summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib,src: remove vm.runInDebugContext()Ben Noordhuis2017-11-241-33/+0
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: explain implementation of vm moduleFranziska Hinkelmann2017-11-121-0/+21
* src: remove unnecessary call to SetHiddenPrototypeToon Verwaest2017-11-061-1/+0
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: fix vm module for strict modeFranziska Hinkelmann2017-10-271-2/+19
* src: remove unused warning in node_contextifyMichaël Zasso2017-10-261-1/+2
* src: use new V8 API in vm moduleFranziska Hinkelmann2017-10-231-120/+183
* src: refactor `#include` handlingAnna Henningsen2017-09-141-5/+0