Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ withSource
Method
withSource
src/main/java/org/dynjs/runtime/Runner.java:45–48 ·
view source on GitHub ↗
(JSProgram source)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
Runner withSource(JSProgram source) {
46
this.source = source;
47
return
this;
48
}
49
50
public
Runner withSource(String source) {
51
this.compiler.withSource( source );
Callers
14
eval
Method · 0.95
run
Method · 0.45
testBenComplainsAboutCoffeeScript
Method · 0.45
testBenComplainsAboutLongerCoffeeScript
Method · 0.45
testWeirdnessOne
Method · 0.45
showAST
Method · 0.45
executeSource
Method · 0.45
executeFile
Method · 0.45
execute
Method · 0.45
evaluate
Method · 0.45
load
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
4
run
Method · 0.36
testBenComplainsAboutCoffeeScript
Method · 0.36
testBenComplainsAboutLongerCoffeeScript
Method · 0.36
testWeirdnessOne
Method · 0.36