node-aix-ppc64 20.19.2 → 20.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +77 -0
- package/README.md +4 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +4 -1
- package/include/node/config.gypi +2 -2
- package/include/node/node.exp +13506 -13417
- package/include/node/node.h +1 -0
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/include/node/node.h
CHANGED
|
@@ -483,6 +483,7 @@ struct IsolateSettings {
|
|
|
483
483
|
v8::Isolate::AbortOnUncaughtExceptionCallback
|
|
484
484
|
should_abort_on_uncaught_exception_callback = nullptr;
|
|
485
485
|
v8::FatalErrorCallback fatal_error_callback = nullptr;
|
|
486
|
+
v8::OOMErrorCallback oom_error_callback = nullptr;
|
|
486
487
|
v8::PrepareStackTraceCallback prepare_stack_trace_callback = nullptr;
|
|
487
488
|
|
|
488
489
|
// Miscellaneous callbacks
|