summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
AgeCommit message (Expand)Author
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-08-23src: remove unused using declarationsDaniel Bevenius
2019-07-22src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen
2019-07-19vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-14src: add cleanup hook for ContextifyContextAnna Henningsen
2019-07-12src: manage MakeContext() pointer with unique_ptrcjihrig
2019-06-30src: fix small memory leakDavid Carlier
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-14vm: mark global proxy as side-effect-freeAnna Henningsen
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-22src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-27src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-17vm: do not overwrite error when creating contextAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-01-29src: pass along errors from vm data wrapper creationAnna Henningsen
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-10-17src: update v8::Object::GetPropertyNames() usagecjihrig
2018-10-11vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-18Revert "src: implement query callbacks for vm"Anna Henningsen
2018-08-31src: do not pass code to ScriptCompiler::CreateCodeCacheForFunctionMichaël Zasso
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-28src,deps: add isolate parameter to String::ConcatMichaël Zasso
2018-08-23src: implement query callbacks for vmTimothy Gu
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-04src: remove unused env->vm_parsing_context_symbolJon Moss
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-26vm: add Script.createCodeCache()Gus Caplan
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-16vm,trace_events: add node.vm.script trace events categoryJames M Snell
2018-05-13src: use unqualified names in node_contextify.ccDaniel Bevenius
2018-05-10src: add can_call_into_js flagAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-05-04src: access `ContextifyContext*` more directly in property cbsAnna Henningsen
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung