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

Improve exceptions api

Compare
Choose a tag to compare
@pinepain pinepain released this 17 Jul 19:12
· 131 commits to master since this release

This release extends and clarify existent API and does not introduce any BC-breaking changes.

Changes list:

  • Change V8\Exception::*Error() return type to V8\ObjectValue as the only possible type;
  • Add external exception wiring option to V8\Isolate::ThrowException().