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

/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc460 int first_lbrace = first_function + i::StrLength("function () "); local
461 CHECK_EQ('{', program[first_lbrace]);
462 i::FunctionEntry entry1 = pd.GetFunctionEntry(first_lbrace);
466 static_cast<int>(strstr(program + first_lbrace, "function") - program);

Completed in 169 milliseconds