Skip to content

Commit 8e3e0c9

Browse files
committed
Add ZEND_ARG_INFO for V8Js::__construct 5th arg: snapshot_blob
1 parent d0e7801 commit 8e3e0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v8js_class.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_v8js_construct, 0, 0, 0)
11221122
ZEND_ARG_INFO(0, variables)
11231123
ZEND_ARG_INFO(0, extensions)
11241124
ZEND_ARG_INFO(0, report_uncaught_exceptions)
1125+
ZEND_ARG_INFO(0, snapshot_blob)
11251126
ZEND_END_ARG_INFO()
11261127

11271128
ZEND_BEGIN_ARG_INFO(arginfo_v8js_sleep, 0)

0 commit comments

Comments
 (0)