MCPcopy Index your code
hub / github.com/FongMi/TV / call

Method call

quickjs/src/main/java/com/fongmi/quickjs/utils/Async.java:32–37  ·  view source on GitHub ↗
(JSObject object, String name, Object... args)

Source from the content-addressed store, hash-verified

30 }
31
32 private CompletableFuture<Object> call(JSObject object, String name, Object... args) {
33 JSFunction func = object.getJSFunction(name);
34 if (func == null) return empty();
35 call(func, args);
36 return future;
37 }
38
39 private CompletableFuture<Object> empty() {
40 future.complete(null);

Callers 15

tFunction · 0.45
kFunction · 0.45
ueFunction · 0.45
cheerio.min.jsFile · 0.45
HeFunction · 0.45
qeFunction · 0.45
aFunction · 0.45
cFunction · 0.45
lFunction · 0.45
hFunction · 0.45
uFunction · 0.45
pFunction · 0.45

Calls 3

emptyMethod · 0.95
thenMethod · 0.95
releaseMethod · 0.65

Tested by

no test coverage detected