Skip to content

Javet v0.7.2

Compare
Choose a tag to compare
@caoccao caoccao released this 02 Mar 02:17
· 120 commits to main since this release
932ee83
  • Added setFunction(String functionName, String codeString) to IV8ValueObject
  • Added equals() and strictEquals() and sameValue() to IV8Value
  • Added getIdentityHash() to IV8ValueReference
  • Added isDead(), isInUse(), callAsConstructor() and terminateExecution() to V8Runtime
  • Added V8 typed array and data view
  • Added IJavetEngineGuard