Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Add Value() metod to all Primitive values and fix bugs

Compare
Choose a tag to compare
@pinepain pinepain released this 03 May 17:07
· 142 commits to master since this release

Changes to public API and other important changes which may affect end-user:

  • Enforce Value() method on all V8\Primitive values;
  • Fix segfault when zero args passed to V8\FunctionObject::NewInstance();