17 Commits (4f875222445b07016a8294fa5a5bf7418c735489)

Author SHA1 Message Date
Muhsin Abdul-Musawwir ef6a7cf2bc test: refactored context type err message to regex 8 years ago
Brian White 61ebfa8d1f tools: add unescaped regexp dot rule to linter 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Franziska Hinkelmann e116cbe320 src: don't overwrite non-writable vm globals 8 years ago
Anna Henningsen 3e851cf18b
Revert "src: don't overwrite non-writable vm globals" 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
Ben Noordhuis 524f693872 src: don't overwrite non-writable vm globals 8 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Michaël Zasso f9ea52e5eb
test: add regression test for Proxy as vm context 9 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Fedor Indutny 01c2a670a1 contexify: fix infinite recursion in delete cb 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
lukebayes ae1b0ca7a5 assert: improve support for new execution contexts 14 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Bert Belder 892056bf97 tests: fix more lint issues 13 years ago
Ryan Dahl 9d27faa2c4 Revert "Fix #1801 vm: Use 'sandbox' as global_prototype" 13 years ago
elliottcable 200df8641b Fix #1801 vm: Use 'sandbox' as global_prototype 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Antranig Basman c05936ca13 vm: fix incorrect dispatch of vm.runInContext for argument "filename" 14 years ago
Ben Noordhuis f087206067 Verify that the argument passed to vm.runInContext() is a context object. 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Oleg Efimov c0d69a4883 GJSLint part of tests 14 years ago
Ryan Dahl 8b1082825c Rename require('javascript') to require('vm') 14 years ago
Ryan Dahl d787a444c5 Use require('javascript') instead of process.binding('evals') 14 years ago
Ryan Dahl 31b59400f8 Allow null context in Script 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Ruben Rodriguez 242161bef2 Added new API to Script, and implemented it in the REPL 15 years ago