Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isIdentifier
Method
isIdentifier
packages/compiler/src/expression_parser/lexer.ts:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
isIdentifier(): boolean {
79
return
this.
type
=== TokenType.Identifier;
80
}
81
82
isPrivateIdentifier(): boolean {
83
return
this.
type
=== TokenType.PrivateIdentifier;
Callers
15
expectIdentifierToken
Function · 0.80
expectIdentifierOrKeyword
Method · 0.80
expectIdentifierOrKeywordOrString
Method · 0.80
parsePrimary
Method · 0.80
parseArrowFunction
Method · 0.80
parseArrowFunctionParameters
Method · 0.80
isArrowFunction
Method · 0.80
parse
Method · 0.80
getLocalizeCall
Function · 0.80
isNamedIdentifier
Function · 0.80
unwrapMessagePartsFromLocalizeCall
Function · 0.80
unwrapLazyLoadHelperCall
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected