Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc2968 const bool has_code_section = job_->native_module_ != nullptr; in OnFinishedStream() local
2970 if (!has_code_section) { in OnFinishedStream()
2982 DCHECK_IMPLIES(!has_code_section, needs_finish); in OnFinishedStream()