Home
last modified time | relevance | path

Searched refs:this_function_is_parenthesized (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc1121 !function_state_->this_function_is_parenthesized()); in ParseFunctionLiteral()
Dparser.cc4202 eager_compile_hint = function_state_->this_function_is_parenthesized() in ParseFunctionLiteral()
4273 !function_state_->this_function_is_parenthesized(); in ParseFunctionLiteral()
Dparser-base.h430 bool this_function_is_parenthesized() const { in this_function_is_parenthesized() function