Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.h287 AsmType* ValidateBlockStatement(Block* block);
Dasm-typer.cc1314 return ValidateBlockStatement(statement->AsBlock()); in ValidateStatement()
1341 AsmType* AsmTyper::ValidateBlockStatement(Block* block) { in ValidateBlockStatement() function in v8::internal::wasm::AsmTyper