Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc629 uint32_t function_name_length = 0; in DecodeModule() local
630 uint32_t name_offset = consume_string(&function_name_length, false); in DecodeModule()
634 module->functions[func_index].name_length = function_name_length; in DecodeModule()