mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-11 22:18:44 +00:00
Update v8js_v8object_class.cc
This commit is contained in:
parent
e648f431ac
commit
6a7753a43a
@ -129,7 +129,7 @@ static zval *v8js_v8object_read_property(zval *object, zval *member, int type, v
|
|||||||
if (!obj->ctx) {
|
if (!obj->ctx) {
|
||||||
zend_throw_exception(php_ce_v8js_exception,
|
zend_throw_exception(php_ce_v8js_exception,
|
||||||
"Can't access V8Object after V8Js instance is destroyed!", 0);
|
"Can't access V8Object after V8Js instance is destroyed!", 0);
|
||||||
return retval;
|
return SINCE74(object, retval);
|
||||||
}
|
}
|
||||||
|
|
||||||
V8JS_CTX_PROLOGUE_EX(obj->ctx, retval);
|
V8JS_CTX_PROLOGUE_EX(obj->ctx, retval);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user