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

Method getArray

src/main/java/com/eclipsesource/v8/V8Array.java:429–437  ·  view source on GitHub ↗

Returns the V8Array value associated at this index. If the value at this index does not exist, or if it's not a V8Array, then V8ResultUndefined exception is thrown. @param index The index whose value to return. @return The V8Array value at this index or V8ResultUndefined if the index does not exis

(final int index)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testGetArrayUndefinedMethod · 0.95
testAddNullAsArrayMethod · 0.95
testArrayGetArrayMethod · 0.95
testGetNestedV8ArrayMethod · 0.95
testPushListMethod · 0.95
testUndefinedEqualMethod · 0.45
testStaticUndefinedMethod · 0.45

Calls 4

arrayGetMethod · 0.80
getV8RuntimePtrMethod · 0.80
checkThreadMethod · 0.45
checkReleasedMethod · 0.45

Tested by 15

testGetArrayUndefinedMethod · 0.76
testAddNullAsArrayMethod · 0.76
testArrayGetArrayMethod · 0.76
testGetNestedV8ArrayMethod · 0.76
testPushListMethod · 0.76
testUndefinedEqualMethod · 0.36
testStaticUndefinedMethod · 0.36