Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc886 Handle<JSObject> memory_proto = in Install() local
891 JSFunction::SetInitialMap(memory_constructor, memory_map, memory_proto); in Install()
892 JSObject::AddProperty(memory_proto, isolate->factory()->constructor_string(), in Install()
894 InstallFunc(isolate, memory_proto, "grow", WebAssemblyMemoryGrow, 1); in Install()
895 InstallGetter(isolate, memory_proto, "buffer", WebAssemblyMemoryGetBuffer); in Install()
896 JSObject::AddProperty(memory_proto, factory->to_string_tag_symbol(), in Install()