Skip navigation links

Package com.caoccao.javet.values

Root package for all V8 value types.

See: Description

Package com.caoccao.javet.values Description

Root package for all V8 value types.

All V8 values implement IV8Value and extend V8Value. The type hierarchy is:

Important: Reference values hold native V8 handles and must be closed after use (via try-with-resources or JavetResourceUtils.safeClose(java.lang.Object...)) to prevent memory leaks.

Since:
0.7.0
Skip navigation links