We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9d603 commit ffcbe75Copy full SHA for ffcbe75
graal-nodejs/deps/v8/src/graal/v8.cc
@@ -3430,6 +3430,14 @@ namespace v8 {
3430
TRACE
3431
}
3432
3433
+ void Isolate::RemoveNearHeapLimitCallback(NearHeapLimitCallback callback, size_t heap_limit) {
3434
+ TRACE
3435
+ }
3436
+
3437
+ void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) {
3438
3439
3440
3441
void Isolate::RequestInterrupt(InterruptCallback callback, void* data) {
3442
3443
@@ -3667,3 +3675,7 @@ namespace v8 {
3667
3675
void V8_Fatal(const char* format, ...) {
3668
3676
3669
3677
3678
3679
+void V8_Fatal(const char* file, int line, const char* format, ...) {
3680
3681
+}
0 commit comments