Charles Lowell
|
3879db8769
|
use methods, not direct storage to access constants
|
2011-04-13 08:45:07 -05:00 |
|
Charles Lowell
|
f6a618aecc
|
substitute generic handle struct for everywhere that was using refs
|
2011-04-13 08:45:07 -05:00 |
|
Charles Lowell
|
0ffce72fe1
|
handle checkpoint.
|
2011-04-13 08:45:07 -05:00 |
|
Charles Lowell
|
9a47fee91f
|
embed constructors into javascript
|
2010-06-08 19:51:09 +03:00 |
|
Charles Lowell
|
d6ef0d97a4
|
rename External::Wrap to external New, which is the function it was actually calling.
|
2010-06-08 14:37:28 +03:00 |
|
Charles Lowell
|
66d5bf49d7
|
align ruby objects so that all instances of the same class have the same constructor.
|
2010-06-08 14:33:54 +03:00 |
|
Charles Lowell
|
1ae9f62e49
|
reflect v8::External back into Ruby
|
2010-06-08 12:48:13 +03:00 |
|
Charles Lowell
|
2651184833
|
remove access to External::Value(). Not sure what it does.
|
2010-06-08 10:41:03 +03:00 |
|
Charles Lowell
|
ae9c88bad4
|
keep ruby objects alive as long as V8 has a reference to them, even if ruby does not currently have a reference. rethrow ruby exceptions as javascript exceptions.
|
2010-05-26 19:54:56 +03:00 |
|
Charles Lowell
|
2f3e4a0e3e
|
allow wrapping of v8::External objects from Ruby
|
2010-05-22 09:16:00 +03:00 |
|