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

/external/v8/src/
H A Dpreparser.h131 parenthesized_function_(false),
656 bool parenthesized_function_; member in class:v8::preparser::PreParser
H A Dpreparser.cc1167 parenthesized_function_ = (peek() == i::Token::FUNCTION);
1410 !parenthesized_function_);
1411 parenthesized_function_ = false;
H A Dparser.h835 bool parenthesized_function_; member in class:v8::internal::Parser
H A Dparser.cc554 parenthesized_function_(false) {
3676 parenthesized_function_ = (peek() == Token::FUNCTION);
4488 !parenthesized_function_);
4489 parenthesized_function_ = false; // The bit was set for this function only.

Completed in 99 milliseconds