aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/NodeVMScript.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-19[node:vm] Make `vm.runInThisContext` 10x fasterGravatar Jarred Sumner 1-2/+2
2023-05-18Make node:vm 12x fasterGravatar Jarred Sumner 1-0/+4
2023-05-18Implement `node:vm` (#2785)Gravatar Silver 1-0/+79
* feat: begin implementing node:vm Script object * refactor: clean up and address review comments * refactor: rename Script to VMModuleScript * fix: expose VMModuleScript.prototype also oops I forgot to commit the new files last time * feat(vm): Implement contexts and scripts * feat(vm): implement globalThis * feat(vm): expose node:vm module with global helper functions * refactor(vm): rename VMModuleScript to NodeVMScript * feat: implement script options * doc: add TODOs for runIn*Context options