Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ execute
Method
execute
src/main/java/org/dynjs/runtime/JSProgram.java:4–4 ·
view source on GitHub ↗
(ExecutionContext context)
Source
from the content-addressed store, hash-verified
2
3
public
interface
JSProgram extends JSCode {
4
Completion execute(ExecutionContext context);
5
BlockManager getBlockManager();
6
String getFileName();
7
}
Callers
15
specRunner.js
File · 0.65
jasmine.js
File · 0.65
run
Method · 0.65
testBenComplainsAboutCoffeeScript
Method · 0.65
testBenComplainsAboutLongerCoffeeScript
Method · 0.65
testSyntaxErrorThrows
Method · 0.65
testWeirdnessOne
Method · 0.65
check
Method · 0.65
assertNull
Method · 0.65
assertUndefined
Method · 0.65
resultFor
Method · 0.65
testNumberFunction
Method · 0.65
Implementers
4
IRJSProgram
src/main/java/org/dynjs/ir/IRJSProgram
NullProgram
src/main/java/org/dynjs/runtime/NullPr
JavascriptProgram
src/main/java/org/dynjs/runtime/wrappe
ExecutionContext
src/main/java/org/dynjs/runtime/Execut
Calls
no outgoing calls
Tested by
12
run
Method · 0.52
testBenComplainsAboutCoffeeScript
Method · 0.52
testBenComplainsAboutLongerCoffeeScript
Method · 0.52
testSyntaxErrorThrows
Method · 0.52
testWeirdnessOne
Method · 0.52
check
Method · 0.52
assertNull
Method · 0.52
assertUndefined
Method · 0.52
resultFor
Method · 0.52
testNumberFunction
Method · 0.52
testNumberCtor
Method · 0.52
testNumberPrototypeConstructor
Method · 0.52