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

Method executeModule

src/main/java/com/eclipsesource/v8/V8.java:743–747  ·  view source on GitHub ↗

Executes a JS Script module on this runtime and returns the result as a Java Object. Primitives will be boxed. If the script does not match the signature (as verified with the public key) then a V8SecurityException will be thrown. @param script The signed script to execute @param modulePrefix The

(final String script, final String modulePrefix, final String modulePostfix, final String uri)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 4

checkThreadMethod · 0.95
checkScriptMethod · 0.95
executeScriptMethod · 0.95
getV8RuntimePtrMethod · 0.95