Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc760 ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseContinueStatement()
778 ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseBreakStatement()
1260 ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseV8Intrinsic()
Dparser.cc2059 ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseNativeDeclaration()
2063 ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseNativeDeclaration()
2638 label = ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseContinueStatement()
2668 label = ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseBreakStatement()
4838 const AstRawString* name = ParseIdentifier(kAllowRestrictedIdentifiers, in ParseV8Intrinsic()
Dparser-base.h143 kAllowRestrictedIdentifiers, enumerator