summaryrefslogtreecommitdiff
path: root/lib/vm.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-07-19vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-19vm: remove usage of public util moduleKaren He
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2018-12-29tools: enable no-useless-catch lint rulecjihrig
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-20vm: reuse validateString of internal/validatorsZYSzys
2018-12-16vm: simplify Script constructor options validationcjihrig
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-10-13lib: migrate from process.binding to internalBindingAndres Monge
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-04src: remove unused env->vm_parsing_context_symbolJon Moss
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-04-26lib: introduce internal/validatorsMichaël Zasso
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-03-12vm: add code generation optionsGus Caplan
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-22vm: consolidate validationTimothy O. Peters
2018-01-30vm: add modulesGus Caplan
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-10-23vm: deprecate vm.runInDebugContextJosh Gavant
2017-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-17vm: refactor vm moduleJames M Snell
2017-01-18vm: improve performance of vm.runIn*()Rich Trott
2016-11-06vm: name anonymous functionssolebox
2016-09-08vm: change ContextifyScript to Script in commentDaniel Bevenius
2016-06-18vm: add ability to break on sigint/ctrl+cAnna Henningsen
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2013-08-28vm: update API to use options argumentDomenic Denicola
2013-08-28vm: add isContext; prevent double-contextifyingDomenic Denicola
2013-08-21vm: Put back display_errors flagisaacs
2013-08-21vm, core, module: re-do vm to fix known issuesDomenic Denicola