Searched defs:WasmGlobal (Results 1 – 4 of 4) sorted by relevance
38 struct WasmGlobal { struct39 ValueType type; // type of the global.40 bool mutability; // {true} if mutable.41 WasmInitExpr init; // the initialization expression of the global.42 union {46 bool imported; // true if imported.47 bool exported; // true if exported.
265 struct WasmGlobal { struct286 ZoneVector<WasmGlobal> globals_; argument
75 struct WasmGlobal { struct77 WasmGlobalType Type; argument88 WasmGlobalType Global; argument
125 struct WasmGlobal { struct126 wasm::WasmGlobalType Type;127 uint64_t InitialValue;