Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h130 kFunctionCode = 1, enumerator
Dwasm-module-builder.cc886 buffer->write_u8(NameSectionKindCode::kFunctionCode); in WriteTo()
Dmodule-decoder.cc2496 if (name_type != NameSectionKindCode::kFunctionCode) { in DecodeFunctionNames()