// Allocate the object in the function to prevent marked as a singleton so the // object won't be kept alive by IC stub. function allocObj() { return {}; }
let wr;
{
let obj = allocObj();
wr = new WeakRef(obj);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.