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

Method clearWeak

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

Clears any weak reference set on this V8Value and makes this a strong reference. Strong references will not be garbage collected and this Object must be explicitly released. Calling clearWeak does nothing if the object is not currently set to weak. @return The receiver.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

getHandleMethod · 0.95
getV8RuntimePtrMethod · 0.80
checkThreadMethod · 0.45
checkReleasedMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected