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

Method executeObjectScript

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

Executes a JS Script on this runtime and returns the result as a V8Object. If the result is not a V8Object, then a V8ResultUndefinedException is thrown. @param script The script to execute. @return The result of the script as a V8Object, or V8ResultUndefinedException if the result is not a V8Objec

(final String script)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 2

checkThreadMethod · 0.95
executeScriptMethod · 0.95