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

Method getObject

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

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

(final int index)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

testGetNullInArrayMethod · 0.95
testAddNullAsObjectMethod · 0.95
testAddNullAsStringMethod · 0.95
testArrayGetObjectMethod · 0.95
testAddNullMethod · 0.95
testPushMapMethod · 0.95

Calls 4

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

Tested by 15

testGetNullInArrayMethod · 0.76
testAddNullAsObjectMethod · 0.76
testAddNullAsStringMethod · 0.76
testArrayGetObjectMethod · 0.76
testAddNullMethod · 0.76
testPushMapMethod · 0.76