Home
last modified time | relevance | path

Searched refs:global_proto (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-js.cc1594 Handle<JSObject> global_proto( in Install() local
1598 JSFunction::SetInitialMap(global_constructor, global_map, global_proto); in Install()
1599 InstallFunc(isolate, global_proto, "valueOf", WebAssemblyGlobalValueOf, 0); in Install()
1600 InstallGetterSetter(isolate, global_proto, "value", in Install()
1602 JSObject::AddProperty(isolate, global_proto, in Install()