Searched refs:InstallGetter (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-js.cc | 1426 void InstallGetter(Isolate* isolate, Handle<JSObject> object, in InstallGetter() function 1543 InstallGetter(isolate, instance_proto, "exports", in Install() 1560 InstallGetter(isolate, table_proto, "length", WebAssemblyTableGetLength); in Install() 1579 InstallGetter(isolate, memory_proto, "buffer", WebAssemblyMemoryGetBuffer); in Install()
|