// With arrows representing child-to-parent links, create a SavedFrame stack // like this: // // high.a -> low.b // // in `low`'s compartment and give `low` a reference to this stack. Assert the // stack's youngest frame's properties doesn't leak information about `high.a` // that `low` shouldn't have access to, and instead returns information about // `low.b`.
var low = newGlobal({ principal: 0 }); var high = newGlobal({ principal: 0xfffff });
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.