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

Method getByte

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

Returns the byte value associated at this index. If the value at this index does not exist, or cannot be cast to a byte, then V8ResultUndefined exception is thrown. @param index The index whose value to return @return The byte value at this index or V8ResultUndefined if the index does not exist or

(final int index)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

testGetByteUndefinedMethod · 0.95
testGetIntegerAsByteMethod · 0.95

Calls 5

arrayGetByteMethod · 0.80
getV8RuntimePtrMethod · 0.80
getHandleMethod · 0.80
checkThreadMethod · 0.45
checkReleasedMethod · 0.45

Tested by 4

testGetByteUndefinedMethod · 0.76
testGetIntegerAsByteMethod · 0.76