Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc682 expect_u8("signature definition", kWasmFunctionTypeCode); in DecodeTypeSection()
1542 expect_u8("type form", kWasmFunctionTypeCode); in DecodeSingleFunction()
1561 if (!expect_u8("type form", kWasmFunctionTypeCode)) return nullptr; in DecodeFunctionSignature()
1848 bool expect_u8(const char* name, uint8_t expected) { in expect_u8() function in v8::internal::wasm::ModuleDecoderImpl