You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't really a bug, since the code snippet from above doesn't work with stdClass instances likewise.
However we allow calling V8Function instances stored in V8Object properties like this, to be called as shown above. Hence we could implement that on the V8Js object for consistency with V8Object, but it's inconsistent with other PHP object then.
Since we intend to not have special "object export" code on the V8Js class (as per proposal in issue #72) this wouldn't even be possible in the long run.
The text was updated successfully, but these errors were encountered: