mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
accidentally dropped method
This commit is contained in:
parent
fce4553353
commit
a2054c6d2b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ void V8::Init() {
|
||||||
defineSingletonMethod("LowMemoryNotification", &LowMemoryNotification).
|
defineSingletonMethod("LowMemoryNotification", &LowMemoryNotification).
|
||||||
defineSingletonMethod("AdjustAmountOfExternalAllocatedMemory", &AdjustAmountOfExternalAllocatedMemory).
|
defineSingletonMethod("AdjustAmountOfExternalAllocatedMemory", &AdjustAmountOfExternalAllocatedMemory).
|
||||||
defineSingletonMethod("ContextDisposedNotification", &ContextDisposedNotification).
|
defineSingletonMethod("ContextDisposedNotification", &ContextDisposedNotification).
|
||||||
|
defineSingletonMethod("SetCaptureStackTraceForUncaughtExceptions", &SetCaptureStackTraceForUncaughtExceptions).
|
||||||
defineSingletonMethod("GetHeapStatistics", &GetHeapStatistics).
|
defineSingletonMethod("GetHeapStatistics", &GetHeapStatistics).
|
||||||
defineSingletonMethod("GetVersion", &GetVersion);
|
defineSingletonMethod("GetVersion", &GetVersion);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue