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
Changes to public API and other important changes which may affect end-user:
- Enforce
Value()
method on allV8\Primitive
values; - Fix segfault when zero args passed to
V8\FunctionObject::NewInstance()
;