summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
AgeCommit message (Expand)Author
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
2018-04-22src: CancelTerminateExecution before throwing errorsJoyee Cheung
2018-04-22src: remove `MarkIndependent()` callsAnna Henningsen
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-03-12vm: add code generation optionsGus Caplan
2018-03-07src: standardise context embedder indicesGus Caplan
2018-03-07src: request code cache explicitlyMythri Alle
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-01-30src: factor out some common vm functionsTimothy Gu
2018-01-30src: flatten ContextifyContextGus Caplan
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-08src: remove unused variable in node_contextifyDaniel Bevenius
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-12-05src: remove tracking for exception arrow dataAnna Henningsen
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko