Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc1137 void WebAssemblyTableGrow(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyTableGrow() function
1561 InstallFunc(isolate, table_proto, "grow", WebAssemblyTableGrow, 1); in Install()