Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isError
Method
isError
packages/compiler/src/expression_parser/lexer.ts:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
isError(): boolean {
135
return
this.
type
=== TokenType.Error;
136
}
137
138
isRegExpBody(): boolean {
139
return
this.
type
=== TokenType.RegExpBody;
Callers
3
expectErrorToken
Function · 0.80
skip
Method · 0.80
resource.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected