summaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* lib: add option to disable __proto__Gus Caplan2020-03-181-0/+32
* src: pass resource object along with InternalMakeCallbackAnna Henningsen2020-03-041-2/+3
* src: don't run bootstrapper in CreateEnvironmentShelley Vohr2020-02-271-16/+1
* async_hooks: executionAsyncResource matches in hooksGerhard Stoebich2020-02-261-9/+9
* vm: lazily initialize primordials for vm contextsJoyee Cheung2020-02-191-41/+43
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-5/+5
* src: remove dead code in InternalMakeCallbackGerhard Stoebich2020-02-081-1/+1
* worker: improve MessagePort performanceAnna Henningsen2020-02-071-0/+1
* process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen2020-01-301-2/+28
* src: remove node::InitializeV8Platform()Ben Noordhuis2020-01-091-5/+0
* src,test: use v8::Global instead of v8::PersistentAnna Henningsen2019-12-241-1/+0
* src: cleanup unused headersAlexandre Ferrando2019-11-282-3/+0
* src: remove custom tracking for SharedArrayBuffersAnna Henningsen2019-11-081-0/+8
* src: allow adding linked bindings to EnvironmentAnna Henningsen2019-11-071-0/+28
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* src: run RunBeforeExitCallbacks as part of EmitBeforeExitAnna Henningsen2019-11-061-0/+2
* src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen2019-11-061-5/+8
* src: use callback scope for main scriptAnna Henningsen2019-11-061-5/+6
* src: expose granular SetIsolateUpForNodeShelley Vohr2019-11-011-27/+47
* src: split up InitializeContextShelley Vohr2019-10-291-3/+13
* src: implement v8 host weakref hooksGus Caplan2019-10-132-0/+15
* src: re-delete Atomics.wakeGus Caplan2019-09-181-1/+33
* src: check microtasks before running themShelley Vohr2019-09-051-1/+2
* src: expose MaybeInitializeContext to allow existing contextsSamuel Attard2019-08-261-4/+13
* build: remove broken intel vtune supportBen Noordhuis2019-07-151-8/+0
* src: remove unused using declarations in src/apiDaniel Bevenius2019-07-053-4/+0
* src: configure v8 isolate with uv_get_constrained_memoryKelvin Jin2019-07-031-1/+4
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-10/+5
* src: split `RunBootstrapping()`Joyee Cheung2019-06-031-1/+1
* src: inline ProcessCliArgs in the Environment constructorJoyee Cheung2019-06-031-1/+2
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-262-2/+0
* src: remove env-inl.h from header filesSam Roberts2019-05-232-1/+2
* src, lib: take control of prepareStackTraceGus Caplan2019-05-211-0/+38
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: move OnMessage to node_errors.ccJoyee Cheung2019-04-261-28/+1
* src: do not require JS Context for `~AsyncResoure()`Anna Henningsen2019-04-241-8/+12
* src: add `Environment` overload of `EmitAsyncDestroy`Anna Henningsen2019-04-241-2/+5
* src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung2019-04-231-10/+26
* src: use RAII to manage the main isolate dataJoyee Cheung2019-04-171-10/+14
* src: fix check for accepting Buffers into Node’s allocatorAnna Henningsen2019-04-141-1/+5
* lib: create primordials in every contextJoyee Cheung2019-04-131-11/+17
* src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung2019-04-131-2/+2
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-122-13/+13
* src: move AsyncResource impl out of public headerBen Noordhuis2019-04-041-0/+70
* process: run RunBootstrapping in CreateEnvironmentJoyee Cheung2019-04-031-0/+17
* src: replace c-style castgengjiawen2019-04-021-6/+12
* src: fix data type when using uv_get_total_memory()gengjiawen2019-03-281-1/+1
* src: move TickInfo out of EnvironmentJoyee Cheung2019-03-271-1/+1
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-271-2/+2
* src: move AsyncHooks out of EnvironmentJoyee Cheung2019-03-271-2/+0