Home
last modified time | relevance | path

Searched defs:WasmGlobal (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-module-builder.h260 struct WasmGlobal { struct
279 ZoneVector<WasmGlobal> globals_; argument
Dwasm-module.h86 struct WasmGlobal { struct
87 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.