phpv8/php-v8

Remove CallbackInfo

pinepain opened this issue · 0 comments

FunctionCallbackInfor and PropertyCallbackInfoare completely different by their meaning to a degree that from OOP point of view they are separate entities (like rectangle and square). While I introduced CallbackInfo long time ago it may create confusion to end-users, so removing it should make overall api more sustainable.