summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-context.js
AgeCommit message (Expand)Author
2018-10-15test: fix assert order in test-vm-contextLee Gray
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-01-17test: use shorthand propertiesTobias Nießen
2017-10-28test: add details in assertions in test-vm-contextVladimir Ilic
2017-10-23src: use new V8 API in vm moduleFranziska Hinkelmann
2017-10-07src: fix ^ in stack trace with vm's columnOffsetTimothy Gu
2017-08-03test: improve multiple vm testsJames M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-04-24test: refactored context type err message to regexMuhsin Abdul-Musawwir
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-04src: don't overwrite non-writable vm globalsFranziska Hinkelmann
2017-01-25Revert "src: don't overwrite non-writable vm globals"Anna Henningsen
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-12-13src: don't overwrite non-writable vm globalsBen Noordhuis
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-05-26test: add regression test for Proxy as vm contextMichaël Zasso
2016-05-08tools: lint for object literal spacingRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-05-19test: enable linting for testsRoman Reiss
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny