Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
public
interface
JSCode {
9
boolean isStrict();
10
11
List<FunctionDeclaration> getFunctionDeclarations();
12
Callers
15
compile
Method · 0.65
run
Method · 0.65
isStrict
Method · 0.65
isStrict
Method · 0.65
execute
Method · 0.65
compile
Method · 0.65
buildDeclaredFunctions
Method · 0.65
pushContext
Method · 0.65
isValidIdentifier
Method · 0.65
program
Method · 0.65
primaryExpression
Method · 0.65
objectLiteral
Method · 0.65
Implementers
8
AbstractCode
src/main/java/org/dynjs/runtime/Abstra
BytecodeBasicBlock
src/main/java/org/dynjs/compiler/bytec
IRJSProgram
src/main/java/org/dynjs/ir/IRJSProgram
IRJSFunction
src/main/java/org/dynjs/ir/IRJSFunctio
NullProgram
src/main/java/org/dynjs/runtime/NullPr
BasicBlockDelegate
src/main/java/org/dynjs/runtime/BasicB
JavascriptProgram
src/main/java/org/dynjs/runtime/wrappe
InterpretedBasicBlock
src/main/java/org/dynjs/runtime/interp
Calls
no outgoing calls
Tested by
no test coverage detected