Home
last modified time | relevance | path

Searched refs:is_extended_mode (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dcompiler.h56 bool is_extended_mode() const { return language_mode() == EXTENDED_MODE; } in is_extended_mode() function
Dscopes.h281 bool is_extended_mode() const { in is_extended_mode() function
Dparser.h566 bool is_extended_mode() { in is_extended_mode() function
568 return top_scope_->is_extended_mode(); in is_extended_mode()
Dparser.cc628 if (ok && is_extended_mode()) { in DoParseProgram()
715 info->is_extended_mode()); in ParseLazy()
1758 if (is_extended_mode()) { in Declare()
1952 VariableMode mode = is_extended_mode() ? LET : VAR; in ParseFunctionDeclaration()
1963 if (top_scope_->is_extended_mode()) return ParseScopedBlock(labels, ok); in ParseBlock()
2118 if (!is_extended_mode()) { in ParseVariableDeclarations()
2725 VariableMode mode = is_extended_mode() ? LET : VAR; in ParseTryStatement()
4396 Scope* scope = (type == FunctionLiteral::DECLARATION && !is_extended_mode()) in ParseFunctionLiteral()
4464 if (is_extended_mode()) { in ParseFunctionLiteral()
4629 if (is_extended_mode()) { in ParseFunctionLiteral()
Dpreparser.h609 bool is_extended_mode() { in is_extended_mode() function
Dpreparser.cc328 if (is_extended_mode()) { in ParseBlock()
420 if (!is_extended_mode()) { in ParseVariableDeclarations()
Dcompiler.cc589 result->is_extended_mode()); in CompileEval()
Dscopes.cc551 if (is_extended_mode()) { in CheckAssignmentToConst()
Dobjects-inl.h3703 BOOL_GETTER(SharedFunctionInfo, compiler_hints, is_extended_mode, in BOOL_GETTER() argument
Dobjects.h5390 inline bool is_extended_mode();