summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: CancelTerminateExecution before throwing errorsJoyee Cheung2018-04-221-1/+2
* src: remove `MarkIndependent()` callsAnna Henningsen2018-04-221-1/+0
* module: move options checks from C++ to JSMichaël Zasso2018-04-071-127/+0
* vm: move options checks from C++ to JSMichaël Zasso2018-04-031-243/+119
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-4/+4
* src: fix upcoming V8 deprecation warningsSarat Addepalli2018-03-231-6/+6
* vm: migrate isContext to internal/errorsdustinnewman982018-03-221-4/+2
* vm: add code generation optionsGus Caplan2018-03-121-0/+24
* src: standardise context embedder indicesGus Caplan2018-03-071-1/+2
* src: request code cache explicitlyMythri Alle2018-03-071-4/+3
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-10/+0
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-1/+0
* src: factor out some common vm functionsTimothy Gu2018-01-301-225/+222
* src: flatten ContextifyContextGus Caplan2018-01-301-435/+417
* vm: allow modifying context name in inspectorTimothy Gu2017-12-231-5/+31
* src: remove unused variable in node_contextifyDaniel Bevenius2017-12-081-2/+0
* vm: never abort on caught syntax errorAnna Henningsen2017-12-051-0/+3
* src: remove tracking for exception arrow dataAnna Henningsen2017-12-051-3/+1
* src: use non-deprecated versions of `->To*()` utilsLeko2017-12-011-1/+2