summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-context.js
Commit message (Expand)AuthorAgeFilesLines
* test: use `assert.match` instead of `regexp.test`Michaël Zasso2021-08-311-3/+1
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* test: improve logged errorsRuben Bridgewater2020-02-091-2/+2
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-7/+7
* doc,vm,test: remove _sandbox_ from vm documentationRich Trott2019-12-241-10/+10
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-5/+8
* test: fix assert order in test-vm-contextLee Gray2018-10-151-5/+5
* vm: move options checks from C++ to JSMichaël Zasso2018-04-031-11/+17
* vm: migrate isContext to internal/errorsdustinnewman982018-03-221-3/+6
* test: use shorthand propertiesTobias Nießen2018-01-171-1/+1
* test: add details in assertions in test-vm-contextVladimir Ilic2017-10-281-15/+19
* src: use new V8 API in vm moduleFranziska Hinkelmann2017-10-231-13/+0
* src: fix ^ in stack trace with vm's columnOffsetTimothy Gu2017-10-071-2/+3
* test: improve multiple vm testsJames M Snell2017-08-031-8/+8
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* test: refactored context type err message to regexMuhsin Abdul-Musawwir2017-04-241-4/+13
* tools: add unescaped regexp dot rule to linterBrian White2017-03-291-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: don't overwrite non-writable vm globalsFranziska Hinkelmann2017-02-041-0/+13
* Revert "src: don't overwrite non-writable vm globals"Anna Henningsen2017-01-251-11/+0
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-6/+6
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-6/+6
* test: use const for all require() callscjihrig2017-01-021-3/+3
* src: don't overwrite non-writable vm globalsBen Noordhuis2016-12-131-0/+11
* lib,benchmark,test: implement consistent bracesRich Trott2016-07-121-2/+1
* test: add regression test for Proxy as vm contextMichaël Zasso2016-05-261-0/+4
* tools: lint for object literal spacingRich Trott2016-05-081-1/+1
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* module: fix column offsets in errorsTristian Flanagan2015-11-201-0/+12
* test: enable linting for testsRoman Reiss2015-05-191-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+82