| Commit message (Expand) | Author | Age | Files | Lines |
* | vm: clarify timeout option in vm | Vladimir de Turckheim | 2018-11-06 | 1 | -14/+14 |
* | vm: allow `cachedData` to also be TypedArray|DataView | Benjamin Chen | 2018-11-02 | 1 | -6/+7 |
* | doc: remove notice of dashes in V8 options | Denys Otrishko | 2018-11-01 | 1 | -1/+1 |
* | doc, test: document and test vm timeout escapes | James M Snell | 2018-11-01 | 1 | -0/+32 |
* | vm: pass parsing_context to ScriptCompiler::CompileFunctionInContext | Dara Hayes | 2018-10-17 | 1 | -2/+2 |
* | vm: add dynamic import support | Gus Caplan | 2018-10-17 | 1 | -1/+21 |
* | doc: use stronger language about security of vm | Gus Caplan | 2018-10-17 | 1 | -4/+4 |
* | Revert "src: implement query callbacks for vm" | Anna Henningsen | 2018-09-18 | 1 | -42/+0 |
* | 2018-09-06, Version 10.10.0 (Current) | Michaël Zasso | 2018-09-06 | 1 | -1/+1 |
* | vm: add bindings for v8::CompileFunctionInContext | Ujjwal Sharma | 2018-08-29 | 1 | -0/+28 |
* | src: implement query callbacks for vm | Timothy Gu | 2018-08-23 | 1 | -0/+42 |
* | vm: rename vm.Module to vm.SourceTextModule | Gus Caplan | 2018-07-31 | 1 | -22/+22 |
* | doc: fix sorting in the `vm.Module` section | Vse Mozhet Byt | 2018-07-22 | 1 | -65/+65 |
* | doc: fix incorrect method name | Anto Aravinth | 2018-07-20 | 1 | -1/+1 |
* | doc: fix vm.runInNewContext signature | Michaël Zasso | 2018-07-16 | 1 | -1/+1 |
* | 2018-07-04, Version 10.6.0 (Current) | Michaël Zasso | 2018-07-04 | 1 | -2/+2 |
* | doc: fix some typos in deprecations.md and vm.md | Vse Mozhet Byt | 2018-06-28 | 1 | -1/+1 |
* | vm: add Script.createCodeCache() | Gus Caplan | 2018-06-26 | 1 | -0/+32 |
* | worker: initial implementation | Anna Henningsen | 2018-06-06 | 1 | -1/+1 |
* | doc: remove invalid `vm.Script` arguments | Simen Bekkhus | 2018-06-01 | 1 | -6/+0 |
* | doc: update VM section text | Daniel Bevenius | 2018-05-09 | 1 | -2/+2 |
* | doc: add more missing backticks | Vse Mozhet Byt | 2018-05-03 | 1 | -16/+16 |
* | doc: add missing periods or colons | Vse Mozhet Byt | 2018-05-02 | 1 | -1/+1 |
* | doc: remove redundant empty lines | Vse Mozhet Byt | 2018-04-29 | 1 | -1/+0 |
* | 2018-04-24, Version 10.0.0 (Current) | James M Snell | 2018-04-24 | 1 | -3/+3 |
* | doc: `vm.runIn*Context` can accept a string as options | Gerhard Stoebich | 2018-04-11 | 1 | -3/+9 |
* | doc: add and unify even more return values | Vse Mozhet Byt | 2018-04-12 | 1 | -0/+1 |
* | doc: fix various nits | Vse Mozhet Byt | 2018-04-04 | 1 | -2/+2 |
* | doc,tools: formalize, unify, codify default values | Vse Mozhet Byt | 2018-04-04 | 1 | -9/+5 |
* | vm: move options checks from C++ to JS | Michaël Zasso | 2018-04-03 | 1 | -0/+3 |
* | doc: fix links in vm.md | Vse Mozhet Byt | 2018-04-01 | 1 | -2/+2 |
* | vm: add support for import.meta to Module | punteek | 2018-03-31 | 1 | -0/+40 |
* | doc: add metadata for vm code generation options | TomCoded | 2018-03-25 | 1 | -0/+8 |
* | vm: add code generation options | Gus Caplan | 2018-03-12 | 1 | -0/+16 |
* | doc: add new documentation lint rule | estrada9166 | 2018-02-23 | 1 | -6/+6 |
* | 2018-02-22, Version 9.6.0 (Current) | Myles Borins | 2018-02-22 | 1 | -1/+1 |
* | doc: activate `no-multiple-empty-lines` rule | Ruben Bridgewater | 2018-02-16 | 1 | -3/+0 |
* | doc: remove **Note:** tags | James M Snell | 2018-02-08 | 1 | -9/+9 |
* | vm: flip Module#link's signature | Gus Caplan | 2018-02-03 | 1 | -3/+2 |
* | vm: add modules | Gus Caplan | 2018-01-30 | 1 | -0/+322 |
* | doc: edit for concision | Rich Trott | 2018-01-03 | 1 | -3/+2 |
* | vm: allow modifying context name in inspector | Timothy Gu | 2017-12-23 | 1 | -2/+36 |
* | doc: replace function with arrow function in vm.md | narirou | 2017-11-26 | 1 | -1/+1 |
* | lib,src: remove vm.runInDebugContext() | Ben Noordhuis | 2017-11-24 | 1 | -31/+0 |
* | doc: improve documentation for the vm module | Franziska Hinkelmann | 2017-11-09 | 1 | -4/+28 |
* | 2017-10-31, Version 9.0.0 (Current) | James M Snell | 2017-10-31 | 1 | -1/+1 |
* | vm: deprecate vm.runInDebugContext | Josh Gavant | 2017-10-23 | 1 | -0/+5 |
* | doc: fix incorrect vm.createContext usage | tshemsedinov | 2017-10-07 | 1 | -1/+1 |
* | doc: add links to alternative versions of doc | Chris Young | 2017-08-28 | 1 | -0/+2 |
* | doc: fix minor issues reported in #9538 | Tobias Nießen | 2017-06-14 | 1 | -2/+2 |