This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Add Value() metod to all Primitive values and fix bugs
Changes to public API and other important changes which may affect end-user:
- Enforce
Value()method on allV8\Primitivevalues; - Fix segfault when zero args passed to
V8\FunctionObject::NewInstance();