Searched defs:WasmGlobal (Results 1 – 2 of 2) sorted by relevance
260 struct WasmGlobal { struct279 ZoneVector<WasmGlobal> globals_; argument
86 struct WasmGlobal { struct87 ValueType type; // type of the global.88 bool mutability; // {true} if mutable.89 WasmInitExpr init; // the initialization expression of the global.90 uint32_t offset; // offset into global memory.91 bool imported; // true if imported.92 bool exported; // true if exported.