Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects.cc828 auto* wasm_function = &other_instance->module()->functions[func_index]; in Set() local
829 DCHECK_NOT_NULL(wasm_function); in Set()
830 DCHECK_NOT_NULL(wasm_function->sig); in Set()
832 UpdateDispatchTables(isolate, table, table_index, wasm_function->sig, in Set()