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

Method twin

src/main/java/com/eclipsesource/v8/V8Value.java:204–213  ·  view source on GitHub ↗

Creates a new Java object pointing at the same V8 Value as this. If the value is mutated (by adding new members or changing existing ones) then both the original and twin will be updated. Twins are .equal and .strict equals, but not == in Java. Twins must be closed separately since they have their

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

adaptMethod · 0.45
TypedArrayMethod · 0.45
getV8TypedArrayMethod · 0.45
ArrayBufferMethod · 0.45
getV8ArrayBufferMethod · 0.45
toV8ObjectMethod · 0.45
toV8ArrayMethod · 0.45
getV8ResultMethod · 0.45

Calls 4

isUndefinedMethod · 0.95
createTwinMethod · 0.95
checkThreadMethod · 0.45
checkReleasedMethod · 0.45