MCPcopy Create free account
hub / github.com/dynjs/dynjs / isStrict

Method isStrict

src/main/java/org/dynjs/runtime/JSCode.java:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8public interface JSCode {
9 boolean isStrict();
10
11 List<FunctionDeclaration> getFunctionDeclarations();
12

Callers 15

compileMethod · 0.65
runMethod · 0.65
isStrictMethod · 0.65
isStrictMethod · 0.65
executeMethod · 0.65
compileMethod · 0.65
pushContextMethod · 0.65
isValidIdentifierMethod · 0.65
programMethod · 0.65
primaryExpressionMethod · 0.65
objectLiteralMethod · 0.65

Implementers 8

AbstractCodesrc/main/java/org/dynjs/runtime/Abstra
BytecodeBasicBlocksrc/main/java/org/dynjs/compiler/bytec
IRJSProgramsrc/main/java/org/dynjs/ir/IRJSProgram
IRJSFunctionsrc/main/java/org/dynjs/ir/IRJSFunctio
NullProgramsrc/main/java/org/dynjs/runtime/NullPr
BasicBlockDelegatesrc/main/java/org/dynjs/runtime/BasicB
JavascriptProgramsrc/main/java/org/dynjs/runtime/wrappe
InterpretedBasicBlocksrc/main/java/org/dynjs/runtime/interp

Calls

no outgoing calls

Tested by

no test coverage detected