summaryrefslogtreecommitdiff
path: root/lib/internal/vm
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-05build: remove (almost) unused macros/constantsbcoe
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-14vm: add Synthetic modulesGus Caplan
2019-10-02vm: refactor SourceTextModuleGus Caplan
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-21vm: remove require('util') from lib/vm/source_text_module.jsfreestraws
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-05-16module: introduce defaultModuleName in module.jsDaniel Bevenius
2018-05-09vm: move emitExperimentalWarningDaniel Bevenius
2018-04-26lib: introduce internal/validatorsMichaël Zasso
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-31vm: add support for import.meta to Modulepunteek
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-02-04loader: fix up #18394Gus Caplan
2018-02-03vm: flip Module#link's signatureGus Caplan
2018-01-30vm: add modulesGus Caplan