summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-cached-data.js
AgeCommit message (Expand)Author
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-04-03vm: move options checks from C++ to JSMichaƫl Zasso
2017-06-24test: remove `require('buffer')` from 4 test filesXadillaX
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-24test: improve test-vm-cached-data.jsNick Peleh
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-10-18test: remove unneeded escaping in template stringsRich Trott
2016-05-11test: fix test-vm-cached-data to work with old v8Myles Borins
2016-04-20test: spawn new processes in vm-cached-dataFedor Indutny
2016-02-21vm: fix `produceCachedData`Jiho Choi
2016-01-29contextify: use offset/length from Uint8ArrayFedor Indutny
2016-01-24vm: introduce `cachedData`/`produceCachedData`Fedor Indutny