Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.cc676 module_return_ = nullptr; in ValidateModuleBeforeFunctionsPhase()
695 if (module_return_ != nullptr) { in ValidateModuleBeforeFunctionsPhase()
698 module_return_ = current_as_return; in ValidateModuleBeforeFunctionsPhase()
699 source_layout_.AddExport(*module_return_); in ValidateModuleBeforeFunctionsPhase()
758 if (module_return_ == nullptr) { in ValidateModuleAfterFunctionsPhase()
769 RECURSE(ValidateExport(module_return_)); in ValidateModuleAfterFunctionsPhase()
Dasm-typer.h410 ReturnStatement* module_return_; variable