Searched refs:annotated_parameters (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc1130 size_t annotated_parameters = 0; local
1135 for (; (current = iter.Next()) != nullptr; ++annotated_parameters) {
1153 param->index() != static_cast<int>(annotated_parameters)) {
1176 if (static_cast<int>(annotated_parameters) != fun->parameter_count()) {

Completed in 763 milliseconds