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
For targets like JavaScript, we can introduce special references between diplomat objects that ensure they are kept around according to lifetime constraints.
then the JavaScript type for Bar should have an additional field diplomat_lifetime_f, which is used to hold a reference to the Foo passed into the constructor
For targets like JavaScript, we can introduce special references between diplomat objects that ensure they are kept around according to lifetime constraints.
For example, if we have
then the JavaScript type for
Bar
should have an additional fielddiplomat_lifetime_f
, which is used to hold a reference to theFoo
passed into the constructorThe text was updated successfully, but these errors were encountered: