Skip to content

Commit 6a7753a

Browse files
waqasmanistesie
authored andcommitted
Update v8js_v8object_class.cc
1 parent e648f43 commit 6a7753a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v8js_v8object_class.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static zval *v8js_v8object_read_property(zval *object, zval *member, int type, v
129129
if (!obj->ctx) {
130130
zend_throw_exception(php_ce_v8js_exception,
131131
"Can't access V8Object after V8Js instance is destroyed!", 0);
132-
return retval;
132+
return SINCE74(object, retval);
133133
}
134134

135135
V8JS_CTX_PROLOGUE_EX(obj->ctx, retval);

0 commit comments

Comments
 (0)