Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/vm.js
AgeCommit message (Expand)Author
2021-06-07vm: use missing validatorVoltrex
2021-05-19bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-05-19lib: refactor to reuse validatorsRongjian Zhang
2021-02-05vm: add importModuleDynamically option to compileFunctionGus Caplan
2021-01-28lib: refactor to use validateObjectZiJian Liu
2021-01-23lib: refactor to use validateBooleanZiJian Liu
2021-01-13vm: refactor to avoid unsafe array iterationAntoine du Hamel
2020-11-14vm: refactor to use more primordialsAntoine du Hamel
2020-08-17lib: allow to validate enums with validateOneOfDenys Otrishko
2020-06-26vm: add run-after-evaluate microtask modeAnna Henningsen
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-15Revert "vm: add importModuleDynamically option to compileFunction"Matteo Collina
2020-04-30vm: fix vm.measureMemory() and introduce execution optionJoyee Cheung
2020-04-25vm: add importModuleDynamically option to compileFunctionGus Caplan
2020-02-26vm: implement vm.measureMemory() for per-context memory measurementJoyee Cheung
2020-02-10vm: refactor value validation with internal/validators.jsDenys Otrishko
2019-12-25doc,vm,test: remove _sandbox_ from vm documentationRich Trott
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-03vm: refactor SourceTextModuleGus Caplan
2019-07-20vm: 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-17vm: simplify Script constructor options validationcjihrig
2018-11-08src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-10-14lib: migrate from process.binding to internalBindingAndres Monge
2018-10-07vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-24vm: 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-31vm: add modulesGus Caplan
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-12-06vm: never abort on caught syntax errorAnna Henningsen