summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-cached-data.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-1/+1
* vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen2018-11-021-7/+9
* vm: move options checks from C++ to JSMichaƫl Zasso2018-04-031-3/+7
* test: remove `require('buffer')` from 4 test filesXadillaX2017-06-241-1/+0
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-1/+1
* tools: add unescaped regexp dot rule to linterBrian White2017-03-291-1/+1
* test: improve test-vm-cached-data.jsNick Peleh2017-03-241-1/+1
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-3/+3
* test: use const for all require() callscjihrig2017-01-021-2/+2
* test: remove unneeded escaping in template stringsRich Trott2016-10-181-1/+1
* test: fix test-vm-cached-data to work with old v8Myles Borins2016-05-111-1/+2
* test: spawn new processes in vm-cached-dataFedor Indutny2016-04-201-9/+26
* vm: fix `produceCachedData`Jiho Choi2016-02-211-1/+10
* contextify: use offset/length from Uint8ArrayFedor Indutny2016-01-291-19/+47
* vm: introduce `cachedData`/`produceCachedData`Fedor Indutny2016-01-241-0/+37