diff --git a/v8js_methods.cc b/v8js_methods.cc index 8366b53..1800ff4 100644 --- a/v8js_methods.cc +++ b/v8js_methods.cc @@ -29,7 +29,7 @@ void php_v8js_commonjs_normalise_identifier(char *base, char *identifier, char * /* global.exit - terminate execution */ V8JS_METHOD(exit) /* {{{ */ { - v8::V8::TerminateExecution(); + v8::V8::TerminateExecution(info.GetIsolate()); } /* }}} */