MCPcopy 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
174function isUseStrictStatement(statement: o.Statement): boolean {
175 return statement.isEquivalent(o.literal('use strict').toStmt());
176}

Callers 1

evaluateStatementsMethod · 0.85

Calls 1

isEquivalentMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…