Searched refs:PreParserScope (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | preparser.h | 667 friend class PreParserScope; variable 939 class PreParserScope { 941 explicit PreParserScope(PreParserScope* outer_scope, ScopeType scope_type, 963 PreParserScope* operator->() { return this; } 1076 const PreParserScope& scope, PreParserStatementList body, in NewFunctionLiteral() 1115 typedef PreParserScope Scope; 1116 typedef PreParserScope ScopePtr; 1210 PreParserScope* scope, PreParserExpression property, bool* has_function) { in CheckFunctionLiteralInsideTopLevelObjectLiteral() 1218 PreParserScope* scope) {} in CheckPossibleEvalCall() 1252 PreParserScope NewScope(PreParserScope* outer_scope, ScopeType scope_type) { in NewScope() [all …]
|
D | preparser.cc | 125 PreParserScope top_scope(scope_, GLOBAL_SCOPE); in PreParseLazyFunction() 129 PreParserScope function_scope(scope_, FUNCTION_SCOPE); in PreParseLazyFunction() 614 PreParserScope with_scope(scope_, WITH_SCOPE); in ParseWithStatement() 788 PreParserScope with_scope(scope_, WITH_SCOPE); in ParseTryStatement() 833 PreParserScope function_scope(scope_, FUNCTION_SCOPE); in ParseFunctionLiteral()
|