HomeSort by relevance Sort by last modified time
    Searched refs:kMaxNumFunctionLocals (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
pattern-rewriter.cc 165 if (declaration_scope->num_var() > kMaxNumFunctionLocals) {
parser.h 282 static const int kMaxNumFunctionLocals = 4194303; // 2^22-1
    [all...]

Completed in 58 milliseconds