1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8
2015-07-12 14:05:26 -05:00
..
vendor Context#Dispose() is not a thing in v8 4.5 2015-07-05 11:49:26 -05:00
.dir-locals.el upgrade to 4.5.x, add isolate.Dispose() 2015-07-04 12:20:50 -05:00
array.cc Add Array 2015-04-05 10:40:55 +00:00
array.h Add Array 2015-04-05 10:40:55 +00:00
backref.cc Remove #Enter, #Exit and ::GetCurrent from C::Isolate 2015-04-04 14:16:15 +00:00
backref.h Remove #Enter, #Exit and ::GetCurrent from C::Isolate 2015-04-04 14:16:15 +00:00
bool.h document the primitive equivalence classes 2015-06-29 19:06:12 +03:00
class_builder.cc Remove old ext files and spec & link to the new V8 2015-03-18 21:57:39 +00:00
class_builder.h add mode comments, fix indentation 2015-06-29 22:43:30 -05:00
context.cc don't create handle scope in context creation 2015-07-05 19:53:17 -05:00
context.h Context#Dispose() is not a thing in v8 4.5 2015-07-05 11:49:26 -05:00
equiv.h document the primitive equivalence classes 2015-06-29 19:06:12 +03:00
extconf.rb allow using a custom compiler 2015-07-12 14:05:26 -05:00
external.cc more documentation on external 2015-07-06 01:19:59 -05:00
external.h make external fully integrated 2015-07-07 20:32:55 -05:00
function.cc add ScriptOrigin and round out Function 2015-07-08 23:17:39 -05:00
function.h add ScriptOrigin and round out Function 2015-07-08 23:17:39 -05:00
handles.cc Lock inside the C methods and store isolate with every ref 2015-04-04 14:04:57 +00:00
handles.h Remove old ext files and spec & link to the new V8 2015-03-18 21:57:39 +00:00
init.cc add support for Symbols 2015-07-10 19:17:06 -05:00
isolate.cc retain and release ruby objects 2015-07-06 00:36:25 -05:00
isolate.h add docs for ruby_release_queue 2015-07-06 01:28:08 -05:00
locks.h Lock inside the C methods and store isolate with every ref 2015-04-04 14:04:57 +00:00
name.cc add support for Symbols 2015-07-10 19:17:06 -05:00
name.h add support for Symbols 2015-07-10 19:17:06 -05:00
object.cc Remove #Enter, #Exit and ::GetCurrent from C::Isolate 2015-04-04 14:16:15 +00:00
object.h Lock inside the C methods and store isolate with every ref 2015-04-04 14:04:57 +00:00
pointer.h upgrade to 4.5.x, add isolate.Dispose() 2015-07-04 12:20:50 -05:00
primitive.cc Add strings and some conversion options for values 2015-03-21 09:51:17 +00:00
primitive.h Lock inside the C methods and store isolate with every ref 2015-04-04 14:04:57 +00:00
ref.h make external fully integrated 2015-07-07 20:32:55 -05:00
rr.h add support for Symbols 2015-07-10 19:17:06 -05:00
rr_string.cc add support for Symbols 2015-07-10 19:17:06 -05:00
rr_string.h Lock inside the C methods and store isolate with every ref 2015-04-04 14:04:57 +00:00
script-origin.cc add ScriptOrigin and round out Function 2015-07-08 23:17:39 -05:00
script-origin.h add ScriptOrigin and round out Function 2015-07-08 23:17:39 -05:00
script.cc add ScriptOrigin and round out Function 2015-07-08 23:17:39 -05:00
script.h add ScriptOrigin and round out Function 2015-07-08 23:17:39 -05:00
symbol.cc add support for Symbols 2015-07-10 19:17:06 -05:00
symbol.h add support for Symbols 2015-07-10 19:17:06 -05:00
uint32.h document the primitive equivalence classes 2015-06-29 19:06:12 +03:00
v8.cc Remove old ext files and spec & link to the new V8 2015-03-18 21:57:39 +00:00
v8.h Remove old ext files and spec & link to the new V8 2015-03-18 21:57:39 +00:00
value.cc make external fully integrated 2015-07-07 20:32:55 -05:00
value.h Implement Function and Script 2015-04-04 18:23:23 +00:00