Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isUseStrictStatement
Function
isUseStrictStatement
packages/compiler/src/output/output_jit.ts:174–176 ·
view source on GitHub ↗
(statement: o.Statement)
Source
from the content-addressed store, hash-verified
172
}
173
174
function
isUseStrictStatement(statement: o.Statement): boolean {
175
return
statement.isEquivalent(o.literal(
'use strict'
).toStmt());
176
}
Callers
1
evaluateStatements
Method · 0.85
Calls
1
isEquivalent
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…