isaacs
|
22c68fdc1d
|
src: Replace macros with util functions
|
2013-08-01 15:08:01 -07:00 |
Ben Noordhuis
|
0330bdf519
|
lib: macro-ify type checks
Increases the grep factor. Makes it easier to harmonize type checks
across the code base.
|
2013-07-24 21:49:35 +02:00 |
isaacs
|
959a19e118
|
lint
|
2012-03-03 23:48:57 -08:00 |
isaacs
|
44daa9836b
|
Wrap NodeScript binding class in JavaScript layer
This makes it easy to prevent errors where Script methods
are called on non-script objects, resulting in Assertion failures.
|
2012-02-27 17:28:42 -08:00 |
Ryan Dahl
|
26834b0524
|
Revert "vm context with accessors"
This reverts commit 4527de8cba .
Causes segfault in test/message/undefined_reference_in_new_context.js
|
2011-09-08 13:30:52 -07:00 |
Fedor Indutny
|
4527de8cba
|
vm context with accessors
true copy of sandbox properties
catch sealed errors, pass global's prototype to CloneObject
Fixes #1673
|
2011-09-08 11:59:21 -07:00 |
Ryan Dahl
|
75db1995b6
|
Don't conflict with V8's Script class
Closes GH-203.
|
2011-03-30 10:06:25 -07:00 |
Ryan Dahl
|
55048cdf79
|
Update copyright headers
|
2011-03-14 17:37:05 -07:00 |
Ryan Dahl
|
dd53ceebe4
|
lint
|
2010-12-01 20:59:06 -08:00 |
Ryan Dahl
|
8b1082825c
|
Rename require('javascript') to require('vm')
|
2010-11-15 18:37:27 -08:00 |