mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-03 20:21:52 +00:00
Use isolate version of V8::TerminateExecution, refs #92
This commit is contained in:
parent
1cff5fc927
commit
a134129018
@ -29,7 +29,7 @@ void php_v8js_commonjs_normalise_identifier(char *base, char *identifier, char *
|
|||||||
/* global.exit - terminate execution */
|
/* global.exit - terminate execution */
|
||||||
V8JS_METHOD(exit) /* {{{ */
|
V8JS_METHOD(exit) /* {{{ */
|
||||||
{
|
{
|
||||||
v8::V8::TerminateExecution();
|
v8::V8::TerminateExecution(info.GetIsolate());
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user