summaryrefslogtreecommitdiff
path: root/src/async_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use NULL check macros to check nullptrZYSzys2019-02-071-1/+1
* src: move public C++ APIs into src/api/*.ccJoyee Cheung2019-02-011-65/+0
* src: pass along errors from PromiseWrap instantiationAnna Henningsen2019-01-291-9/+11
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung2018-12-181-11/+1
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use custom TryCatch subclassGus Caplan2018-12-031-4/+5
* src: elevate v8 namespaces referencedJuan José Arboleda2018-11-301-16/+22
* async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen2018-11-131-0/+8
* src: bundle persistent-to-local methods as classGabriel Schulhof2018-11-131-1/+2
* src: fix Get() usage in async_wrap.cccjihrig2018-11-071-1/+6
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-1/+2
* async_hooks: remove promise object from resourceAndreas Madsen2018-10-151-14/+2
* src: move default assignment of async_id_ in async_wrap.hDavid Corona2018-10-151-1/+0
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-101-0/+9
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-6/+6
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-9/+16
* src: remove calls to SetWrapperClassId()Joyee Cheung2018-09-231-3/+0
* src: refactor `Environment::GetCurrent()` usageAnna Henningsen2018-09-171-2/+7
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-1/+1
* trace_events,async_hooks: use intrinsic traceJames M Snell2018-08-101-7/+13
* src: remove calls to deprecated v8 functions (NumberValue)Ujjwal Sharma2018-08-081-2/+4
* process: use owner_symbol for `_getActive*`Anna Henningsen2018-08-051-0/+21
* lib,src: standardize `owner_symbol` for handlesAnna Henningsen2018-08-051-0/+4
* src: use V8 graph heap snapshot APIAnna Henningsen2018-07-151-95/+5
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-4/+17
* src: add native debugging code to workersAnna Henningsen2018-06-241-1/+2
* crypto: add scrypt() and scryptSync() methodsBen Noordhuis2018-06-131-0/+31
* src: store pointer to Environment on DestroyParamAnatoli Papirovski2018-06-051-3/+4
* src: implement debug output utilitiesAnna Henningsen2018-05-311-0/+5
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-1/+1
* src: add can_call_into_js flagAnna Henningsen2018-05-101-2/+5
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-3/+3
* src: move v8::HandleScope call to EmitUjjwal Sharma2018-04-201-0/+1
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-121-0/+1
* async_wrap: fix use-after-free for inspector sessionAnna Henningsen2018-03-301-5/+8
* src: make AsyncWrap constructors delegateDaniel Bevenius2018-03-181-16/+7
* src: remove unused uv.h include from async_wrap.ccDaniel Bevenius2018-03-161-1/+0
* src: fix indenting of wrap->EmitTraceEventBeforeDaniel Bevenius2018-03-161-1/+1
* src: add extractPromiseWrap functionDaniel Bevenius2018-03-161-12/+9
* src: refactor emit before/after/promiseResolveDaniel Bevenius2018-03-141-21/+13
* src: add convenience ctor for async trigger id scopeAnna Henningsen2018-03-111-2/+1
* src: add tracing category macrosJames M Snell2018-03-091-4/+8
* src: use smart pointer in AsyncWrap::WeakCallbackDaniel Bevenius2018-03-081-2/+2
* src: fix abort when taking a heap snapshotBen Noordhuis2018-02-221-1/+1
* src: remove unused using declarations async_wrapDaniel Bevenius2018-02-221-3/+0
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-2/+0
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-2/+2
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-161-19/+0
* async_hooks: rename PromiseWrap.parentIdAli Ijaz Sheikh2018-02-121-13/+12