Searched refs:ValidateBlockStatement (Results 1 – 2 of 2) sorted by relevance
287 AsmType* ValidateBlockStatement(Block* block);
1314 return ValidateBlockStatement(statement->AsBlock()); in ValidateStatement()1341 AsmType* AsmTyper::ValidateBlockStatement(Block* block) { in ValidateBlockStatement() function in v8::internal::wasm::AsmTyper