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 f50ef1a commit 8894f27Copy full SHA for 8894f27
src/node_contextify.cc
@@ -837,7 +837,7 @@ class ContextifyScript : public BaseObject {
837
}
838
839
if (try_catch.HasCaught() && try_catch.HasTerminated()) {
840
- V8::CancelTerminateExecution(env->isolate());
+ env->isolate()->CancelTerminateExecution();
841
env->ThrowError("Script execution timed out.");
842
try_catch.ReThrow();
843
return false;
0 commit comments