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
I'm trying to return a function wrapped into Reference from an isolate and then access some custom-defined field with getSync. But this line of code prevents this
throwRuntimeTypeError("Reference is not an object");
Is it some strong requirement that is impossible to work around or just something not implemented?
I thought that it's legal if I'm not trying to deref function and just access some field on it.
The text was updated successfully, but these errors were encountered:
I'm trying to return a function wrapped into
Reference
from an isolate and then access some custom-defined field withgetSync
. But this line of code prevents thisisolated-vm/src/module/reference_handle.cc
Line 455 in 61bc6a8
Is it some strong requirement that is impossible to work around or just something not implemented?
I thought that it's legal if I'm not trying to deref function and just access some field on it.
The text was updated successfully, but these errors were encountered: