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

accidentally dropped method

This commit is contained in:
Charles Lowell 2012-06-19 05:51:26 -05:00
parent fce4553353
commit a2054c6d2b

View file

@ -17,6 +17,7 @@ void V8::Init() {
defineSingletonMethod("LowMemoryNotification", &LowMemoryNotification).
defineSingletonMethod("AdjustAmountOfExternalAllocatedMemory", &AdjustAmountOfExternalAllocatedMemory).
defineSingletonMethod("ContextDisposedNotification", &ContextDisposedNotification).
defineSingletonMethod("SetCaptureStackTraceForUncaughtExceptions", &SetCaptureStackTraceForUncaughtExceptions).
defineSingletonMethod("GetHeapStatistics", &GetHeapStatistics).
defineSingletonMethod("GetVersion", &GetVersion);
}