Lines Matching defs:global
22 #include "src/handles/global-handles-inl.h"
1409 thrower.TypeError("Argument 0 must be a global descriptor");
1431 // descriptor is planned to be re-used as the global's type for reflection,
2476 thrower.TypeError("Can't set the value of an immutable global.");
2555 EXTRACT_THIS(global, WasmGlobalObject);
2556 auto type = i::wasm::GetTypeForGlobal(i_isolate, global->is_mutable(),
2557 global->type());
2768 Handle<JSGlobalObject> global = isolate->global_object();
2769 Handle<Context> context(global->native_context(), isolate);
2811 // Expose the API on the global object if configured to do so.
2813 JSObject::AddProperty(isolate, global, name, webassembly, DONT_ENUM);
2991 Handle<JSGlobalObject> global = handle(context->global_object(), isolate);
2993 JSObject::GetProperty(isolate, global, "WebAssembly");