summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
* src: return Maybe<bool> from InitializeContextRuntime()Darshan Sen2021-08-121-1/+3
* src: set PromiseHooks by EnvironmentBryan English2021-06-021-0/+5
* src: replace `auto`s in node_contextify.ccXadillaX2021-05-191-3/+4
* bootstrap: include vm and contextify binding into the snapshotJoyee Cheung2021-05-201-4/+35
* src: cache some context in localsXadillaX2021-04-191-13/+19
* src: use non-deprecated V8 module APIsMichaël Zasso2021-03-151-2/+4
* src: use non-deprecated V8 module and script APIsMichaël Zasso2021-02-251-20/+16
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-11/+1
* src: use correct outer Context’s microtask queueAnna Henningsen2020-12-131-1/+3
* vm: add `SafeForTerminationScope`s for SIGINT interruptionsAnna Henningsen2020-12-061-0/+1
* src: move node_contextify to modern THROW_ERR_*James M Snell2020-10-101-1/+2
* vm: add run-after-evaluate microtask modeAnna Henningsen2020-06-261-7/+72
* src: remove unnecessary ToLocalChecked callDaniel Bevenius2020-06-221-2/+2
* vm: allow proxy callbacks to throwGus Caplan2020-06-111-6/+6
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* vm: fix vm.measureMemory() and introduce execution optionJoyee Cheung2020-04-301-25/+33
* src: use unique_ptr for CachedData in ContextifyScript::NewAnna Henningsen2020-04-301-2/+2
* src: migrate measureMemory to new v8 apigengjiawen2020-03-181-6/+9
* src: improve handling of internal field countingJames M Snell2020-03-021-5/+9
* vm: implement vm.measureMemory() for per-context memory measurementJoyee Cheung2020-02-261-0/+44
* vm: lazily initialize primordials for vm contextsJoyee Cheung2020-02-191-2/+5
* src: migrate off ArrayBuffer::GetContentsAnna Henningsen2019-11-121-4/+4
* src: remove unused using declarationsDaniel Bevenius2019-08-231-2/+0
* src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen2019-07-221-2/+35
* vm: fix gc bug with modules and compiled functionsGus Caplan2019-07-191-26/+28
* src: add cleanup hook for ContextifyContextAnna Henningsen2019-07-141-0/+13
* src: manage MakeContext() pointer with unique_ptrcjihrig2019-07-121-6/+3
* src: fix small memory leakDavid Carlier2019-06-301-1/+4
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-3/+3
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* vm: mark global proxy as side-effect-freeAnna Henningsen2019-05-141-8/+12
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung2019-04-221-0/+20
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-6/+6
* src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung2019-03-271-1/+1
* src: shutdown node in-flightGireesh Punathil2019-03-161-1/+1
* src: de-lint header usageRefael Ackermann2019-03-121-2/+2
* src: only call .ReThrow() if not terminatingAnna Henningsen2019-02-201-5/+12
* module: revert module._compile to original state if module is patchedUjjwal Sharma2019-02-191-8/+47
* vm: do not overwrite error when creating contextAnna Henningsen2019-02-171-1/+0
* inspector,vm: remove --eval wrapperAnna Henningsen2019-02-031-3/+24
* src: pass along errors from vm data wrapper creationAnna Henningsen2019-01-291-18/+21
* vm: mark scripts as shareable cross-originJeremy Apthorp2019-01-291-2/+2
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use custom TryCatch subclassGus Caplan2018-12-031-5/+6
* src: bundle persistent-to-local methods as classGabriel Schulhof2018-11-131-2/+2
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-6/+10
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-42/+1
* vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen2018-11-021-7/+7
* src: update v8::Object::GetPropertyNames() usagecjihrig2018-10-171-1/+6