Searched refs:is_mutable (Results 1 – 5 of 5) sorted by relevance
329 DECL_BOOLEAN_ACCESSORS(is_mutable)352 int32_t offset, bool is_mutable);
96 BIT_FIELD_ACCESSORS(WasmGlobalObject, flags, is_mutable, in ACCESSORS()
1009 bool is_mutable = false; in WebAssemblyGlobal() local1015 if (!value->BooleanValue(context).To(&is_mutable)) return; in WebAssemblyGlobal()1047 type, offset, is_mutable); in WebAssemblyGlobal()1348 if (!receiver->is_mutable()) { in WebAssemblyGlobalSetValue()
1088 wasm::ValueType type, int32_t offset, bool is_mutable) { in New() argument1118 global_obj->set_is_mutable(is_mutable); in New()
1698 if (global_object->is_mutable() != global.mutability) { in ProcessImports()