/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
class Shape { public:
shadow::BaseShape* base;
uint32_t immutableFlags;
enumclass Kind : uint8_t { // SharedShape or DictionaryShape for NativeObject. // (Only) these two kinds must have the low bit set, to allow for fast // is-native checking.
Shared = 1,
Dictionary = 3, // ProxyShape for ProxyObject.
Proxy = 0, // WasmGCShape for WasmGCObject.
WasmGC = 2,
};
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.