1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Commit graph

13 commits

Author SHA1 Message Date
Charles Lowell
fdb62441b1 basic memory specs 2011-04-13 08:45:06 -05:00
Charles Lowell
67a1cc5c9e set JavaScript function() names from Ruby. 2011-03-21 16:56:44 -05:00
Charles Lowell
bfb9e9e33a add support for retrieving the JavaScript stack trace from Ruby via Context#stack. 2011-03-10 06:25:54 -06:00
Charles Lowell
b82d5b7154 function.call() now assumes global "this" object. use function.methodcall(thisObj,...) to change the context. fuction.new() invokes function as javascript constructor. 2010-06-03 12:51:06 +03:00
Charles Lowell
00dad84dcf access check not necessary if it doesn't matter if we're in contexts anymore 2010-05-27 19:30:43 +03:00
Charles Lowell
5b2c88002c move callbacks into ruby code. make sure handle scopes are everywhere. raise exception when context needs to be open rather than segfault in certain cases. 2010-05-20 12:08:17 +03:00
Charles Lowell
5737292a86 move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
Charles Lowell
d9479d98e6 complete change to GetEntered() 2010-05-20 12:08:16 +03:00
Charles Lowell
3762909be4 change Context::GetCurrent() to GetEntered(), since that's what's meant most of the time anyway. Give objects a cleaner references to their wrapping context. 2010-05-20 12:08:16 +03:00
Charles Lowell
9ef1695abd move funcalls into their own module 2010-05-20 12:08:16 +03:00
Charles Lowell
e60b22f8d2 call JavaScript functions from Ruby 2010-04-22 11:46:21 -05:00
Charles Lowell
a44675f70a native eval now takes a source parameter. 2010-02-11 16:42:40 -06:00
Charles Lowell
56c5558be7 native C objects now have a reference to the context that created them. Add identity/equality check for C::Context 2010-01-14 00:51:46 +02:00