MCPcopy Index your code
hub / github.com/eclipsesource/J2V8 / executeArrayScript

Method executeArrayScript

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

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

(final String script)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testArraySizeMethod · 0.80
testArraySizeZeroMethod · 0.80
testGetIsIntegerMethod · 0.80
testGetIsDoubleMethod · 0.80
testGetIsStringMethod · 0.80
testGetIsBooleanMethod · 0.80
testGetIsObjectMethod · 0.80
testGetIsArrayMethod · 0.80
testGetIsNullMethod · 0.80
testGetIsUndefinedMethod · 0.80
testGetIsFunctionMethod · 0.80

Calls 2

checkThreadMethod · 0.95
executeScriptMethod · 0.95

Tested by 15

testArraySizeMethod · 0.64
testArraySizeZeroMethod · 0.64
testGetIsIntegerMethod · 0.64
testGetIsDoubleMethod · 0.64
testGetIsStringMethod · 0.64
testGetIsBooleanMethod · 0.64
testGetIsObjectMethod · 0.64
testGetIsArrayMethod · 0.64
testGetIsNullMethod · 0.64
testGetIsUndefinedMethod · 0.64
testGetIsFunctionMethod · 0.64