Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc865 const WasmTagSig* tag_sig = nullptr; in DecodeImportSection() local
867 consume_tag_sig_index(module_.get(), &tag_sig); in DecodeImportSection()
868 module_->tags.emplace_back(tag_sig); in DecodeImportSection()
1447 const WasmTagSig* tag_sig = nullptr; in DecodeTagSection() local
1449 consume_tag_sig_index(module_.get(), &tag_sig); in DecodeTagSection()
1450 module_->tags.emplace_back(tag_sig); in DecodeTagSection()