summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
* module: revert module._compile to original state if module is patchedUjjwal Sharma2019-05-161-8/+47
* vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen2019-04-081-7/+7
* vm: add dynamic import supportGus Caplan2019-02-281-301/+317
* src: update v8::Object::GetPropertyNames() usagecjihrig2018-11-291-1/+6
* vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes2018-11-291-1/+1
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-071-6/+4
* src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas2018-09-241-2/+4
* src: do not pass code to ScriptCompiler::CreateCodeCacheForFunctionMichaël Zasso2018-09-061-2/+2
* vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma2018-09-061-0/+139
* src,deps: add isolate parameter to String::ConcatMichaël Zasso2018-09-061-2/+4
* src: remove unused env->vm_parsing_context_symbolJon Moss2018-08-151-10/+0
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-311-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-141-0/+4
* vm: add Script.createCodeCache()Gus Caplan2018-06-281-2/+24
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-291-2/+2
* vm,trace_events: add node.vm.script trace events categoryJames M Snell2018-05-221-0/+36
* src: use unqualified names in node_contextify.ccDaniel Bevenius2018-05-141-5/+6
* src: add can_call_into_js flagAnna Henningsen2018-05-141-0/+2
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-081-1/+1
* src: access `ContextifyContext*` more directly in property cbsAnna Henningsen2018-05-081-23/+20
* src: CancelTerminateExecution before throwing errorsJoyee Cheung2018-04-231-1/+2
* src: remove `MarkIndependent()` callsAnna Henningsen2018-04-231-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
* intl: unexpose Intl.v8BreakIteratorBen Noordhuis2017-09-101-1/+1