summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes2018-10-111-1/+1
* vm: add dynamic import supportGus Caplan2018-10-061-301/+317
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-6/+4
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-2/+4
* Revert "src: implement query callbacks for vm"Anna Henningsen2018-09-181-40/+2
* src: do not pass code to ScriptCompiler::CreateCodeCacheForFunctionMichaël Zasso2018-08-311-2/+2
* vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma2018-08-291-0/+139
* src,deps: add isolate parameter to String::ConcatMichaël Zasso2018-08-281-2/+4
* src: implement query callbacks for vmTimothy Gu2018-08-231-2/+40
* vm: move process.binding('contextify') to internalBindingJames M Snell2018-08-231-1/+1
* src: remove unused env->vm_parsing_context_symbolJon Moss2018-08-041-10/+0
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-0/+4
* vm: add Script.createCodeCache()Gus Caplan2018-06-261-2/+24
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-2/+2
* vm,trace_events: add node.vm.script trace events categoryJames M Snell2018-05-161-0/+36
* src: use unqualified names in node_contextify.ccDaniel Bevenius2018-05-131-5/+6
* src: add can_call_into_js flagAnna Henningsen2018-05-101-0/+2
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-1/+1
* src: access `ContextifyContext*` more directly in property cbsAnna Henningsen2018-05-041-23/+20
* src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung2018-04-251-2/+3