summaryrefslogtreecommitdiff
path: root/test/parallel/test-vm-basic.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-26/+26
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-16/+16
* lib,test: fix error message check after V8 updateMichaël Zasso2019-08-191-1/+1
* test: add typeerror for vm/compileFunction paramsDan Corman2018-11-141-0/+14
* vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen2018-11-021-3/+5
* vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes2018-10-111-0/+40
* vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma2018-08-291-0/+142
* vm: move options checks from C++ to JSMichaël Zasso2018-04-031-43/+68
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-46/+27
* test: adds tests for vm invalid argumentsGilles De Mey2018-01-301-1/+54
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-6/+6
* test: use const for all require() callscjihrig2017-01-021-2/+2
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-2/+2
* test: fix redeclared vars in test-vm-*Rich Trott2016-02-011-3/+3
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+70