MCPcopy Create free account
hub / github.com/eclipsesource/J2V8 / call

Method call

src/main/java/com/eclipsesource/v8/V8Function.java:86–96  ·  view source on GitHub ↗

Invoke the JavaScript function on the current runtime. @param receiver The object on which to call the function on. The receiver will be mapped to 'this' in JavaScript. If receiver is null or undefined, then the V8 runtime will be used instead. @param parameters The parameters passed to the JS Func

(V8Object receiver, final V8Array parameters)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 7

checkRuntimeMethod · 0.80
getHandleMethod · 0.80
getV8RuntimePtrMethod · 0.80
checkThreadMethod · 0.45
checkReleasedMethod · 0.45
isUndefinedMethod · 0.45
executeFunctionMethod · 0.45