Searched defs:do_while (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc1335 AsmType* AsmTyper::ValidateDoWhileStatement(DoWhileStatement* do_while) { argument
1337 RECURSE(cond_type = ValidateExpression(do_while->cond()));
1339 FAIL(do_while->cond(), "Do {} While condition must be type int.");
1342 if (auto* body = do_while->body()) {

Completed in 122 milliseconds