summaryrefslogtreecommitdiff
path: root/src/async_wrap.cc
AgeCommit message (Expand)Author
2020-12-13src: use correct outer Context’s microtask queueAnna Henningsen
2020-10-10src: remove unused AsyncWrapObjectJames M Snell
2020-10-07src: add check against non-weak BaseObjects at process exitAnna Henningsen
2020-08-03async_hooks: fix id assignment in fast-path promise hookAndrey Pechkurov
2020-08-02async_hooks: execute destroy hooks earlierGerhard Stoebich
2020-07-28async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-14async_hooks: improve resource stack performanceAnna Henningsen
2020-06-19async_hooks: callback trampoline for MakeCallbackStephen Belanger
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-21src: use enum for refed flag on native immediatesAnna Henningsen
2020-05-21src: use symbol to store `AsyncWrap` resourceAnna Henningsen
2020-05-18src: add promise_resolve to SetupHooks commentDaniel Bevenius
2020-05-12src: fix typo in comment in async_wrap.ccDaniel Bevenius
2020-05-09src: fix compiler warning in async_wrap.ccAnna Henningsen
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-04-28src: add AsyncWrapObject constructor template factoryStephen Belanger
2020-04-11src: remove unused v8::TryCatch namespaceJuan José Arboleda
2020-03-27src: cleanup DestroyParam when Environment exitsAnna Henningsen
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-03-04src: pass resource object along with InternalMakeCallbackAnna Henningsen
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2019-11-28src: cleanup unused headersAlexandre Ferrando
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-22src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-07-12src: replace already elevated Object, Local v8 namespaceJuan José Arboleda
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-13async_hooks: only disable promise hook if wantedAnna Henningsen
2019-05-12src: remove extra semicolons after macrosgengjiawen
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-01-29src: pass along errors from PromiseWrap instantiationAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-18src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-30src: elevate v8 namespaces referencedJuan José Arboleda
2018-11-13async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-07src: fix Get() usage in async_wrap.cccjihrig
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung