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

Method call

src/main/java/org/dynjs/runtime/ExecutionContext.java:199–201  ·  view source on GitHub ↗
(JSFunction function, Object self, Object... args)

Source from the content-addressed store, hash-verified

197 }
198
199 public Object call(JSFunction function, Object self, Object... args) {
200 return call(null, function, self, args);
201 }
202
203 public Object call(Object functionReference, JSFunction function, Object self, Object... args) {
204 // 13.2.1

Callers 3

constructMethod · 0.95
objectToStringMethod · 0.95
visitMethod · 0.95

Calls 7

pushContextMethod · 0.95
recordThrowMethod · 0.95
popContextMethod · 0.95
getCauseMethod · 0.80
callMethod · 0.65
getValueMethod · 0.45

Tested by

no test coverage detected