Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc701 Handle<JSFunction> memory_constructor = in InstallWasmConstructors() local
703 context->set_wasm_memory_constructor(*memory_constructor); in InstallWasmConstructors()
705 factory->NewJSObject(memory_constructor, TENURED); in InstallWasmConstructors()
709 JSFunction::SetInitialMap(memory_constructor, map, memory_proto); in InstallWasmConstructors()
711 memory_constructor, DONT_ENUM); in InstallWasmConstructors()