Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h451 static const int kMaxNumFunctionLocals = 32767; variable
Dparser.cc1583 if (top_scope_->num_var_or_const() > kMaxNumFunctionLocals) { in ParseVariableDeclarations()