|
| 1 | + |
1 | 2 | #This File auto generated |
2 | 3 | use strict; |
3 | 4 | use warnings; |
|
146 | 147 | =cut |
147 | 148 | *concat = \&aperl_duk_concat; |
148 | 149 |
|
| 150 | +=item C<config_buffer> |
| 151 | +
|
| 152 | +see L<http://duktape.org/api.html#duk_config_buffer> |
| 153 | +
|
| 154 | +=cut |
| 155 | +*config_buffer = \&aperl_duk_config_buffer; |
| 156 | + |
149 | 157 | =item C<copy> |
150 | 158 |
|
151 | 159 | see L<http://duktape.org/api.html#duk_copy> |
|
209 | 217 | =cut |
210 | 218 | *dump_context_stdout = \&aperl_duk_dump_context_stdout; |
211 | 219 |
|
| 220 | +=item C<dump_function> |
| 221 | +
|
| 222 | +see L<http://duktape.org/api.html#duk_dump_function> |
| 223 | +
|
| 224 | +=cut |
| 225 | +*dump_function = \&aperl_duk_dump_function; |
| 226 | + |
212 | 227 | =item C<dup> |
213 | 228 |
|
214 | 229 | see L<http://duktape.org/api.html#duk_dup> |
|
342 | 357 | =cut |
343 | 358 | *get_buffer = \&aperl_duk_get_buffer; |
344 | 359 |
|
| 360 | +=item C<get_buffer_data> |
| 361 | +
|
| 362 | +see L<http://duktape.org/api.html#duk_get_buffer_data> |
| 363 | +
|
| 364 | +=cut |
| 365 | +*get_buffer_data = \&aperl_duk_get_buffer_data; |
| 366 | + |
345 | 367 | =item C<get_c_function> |
346 | 368 |
|
347 | 369 | see L<http://duktape.org/api.html#duk_get_c_function> |
|
552 | 574 | =cut |
553 | 575 | *insert = \&aperl_duk_insert; |
554 | 576 |
|
| 577 | +=item C<instanceof> |
| 578 | +
|
| 579 | +see L<http://duktape.org/api.html#duk_instanceof> |
| 580 | +
|
| 581 | +=cut |
| 582 | +*instanceof = \&aperl_duk_instanceof; |
| 583 | + |
555 | 584 | =item C<is_array> |
556 | 585 |
|
557 | 586 | see L<http://duktape.org/api.html#duk_is_array> |
|
755 | 784 | =cut |
756 | 785 | *json_encode = \&aperl_duk_json_encode; |
757 | 786 |
|
| 787 | +=item C<load_function> |
| 788 | +
|
| 789 | +see L<http://duktape.org/api.html#duk_load_function> |
| 790 | +
|
| 791 | +=cut |
| 792 | +*load_function = \&aperl_duk_load_function; |
| 793 | + |
758 | 794 | =item C<log_va> |
759 | 795 |
|
760 | 796 | see L<http://duktape.org/api.html#duk_log_va> |
|
909 | 945 | =cut |
910 | 946 | *peval_string_noresult = \&aperl_duk_peval_string_noresult; |
911 | 947 |
|
| 948 | +=item C<pnew> |
| 949 | +
|
| 950 | +see L<http://duktape.org/api.html#duk_pnew> |
| 951 | +
|
| 952 | +=cut |
| 953 | +*pnew = \&aperl_duk_pnew; |
| 954 | + |
912 | 955 | =item C<pop> |
913 | 956 |
|
914 | 957 | see L<http://duktape.org/api.html#duk_pop> |
|
958 | 1001 | =cut |
959 | 1002 | *push_buffer = \&aperl_duk_push_buffer; |
960 | 1003 |
|
| 1004 | +=item C<push_buffer_object> |
| 1005 | +
|
| 1006 | +see L<http://duktape.org/api.html#duk_push_buffer_object> |
| 1007 | +
|
| 1008 | +=cut |
| 1009 | +*push_buffer_object = \&aperl_duk_push_buffer_object; |
| 1010 | + |
961 | 1011 | =item C<push_c_function> |
962 | 1012 |
|
963 | 1013 | see L<http://duktape.org/api.html#duk_push_c_function> |
|
1007 | 1057 | =cut |
1008 | 1058 | *push_error_object_va = \&aperl_duk_push_error_object_va; |
1009 | 1059 |
|
| 1060 | +=item C<push_external_buffer> |
| 1061 | +
|
| 1062 | +see L<http://duktape.org/api.html#duk_push_external_buffer> |
| 1063 | +
|
| 1064 | +=cut |
| 1065 | +*push_external_buffer = \&aperl_duk_push_external_buffer; |
| 1066 | + |
1010 | 1067 | =item C<push_false> |
1011 | 1068 |
|
1012 | 1069 | see L<http://duktape.org/api.html#duk_push_false> |
|
1252 | 1309 | =cut |
1253 | 1310 | *require_buffer = \&aperl_duk_require_buffer; |
1254 | 1311 |
|
| 1312 | +=item C<require_buffer_data> |
| 1313 | +
|
| 1314 | +see L<http://duktape.org/api.html#duk_require_buffer_data> |
| 1315 | +
|
| 1316 | +=cut |
| 1317 | +*require_buffer_data = \&aperl_duk_require_buffer_data; |
| 1318 | + |
1255 | 1319 | =item C<require_c_function> |
1256 | 1320 |
|
1257 | 1321 | see L<http://duktape.org/api.html#duk_require_c_function> |
|
1441 | 1505 | =cut |
1442 | 1506 | *set_top = \&aperl_duk_set_top; |
1443 | 1507 |
|
| 1508 | +=item C<steal_buffer> |
| 1509 | +
|
| 1510 | +see L<http://duktape.org/api.html#duk_steal_buffer> |
| 1511 | +
|
| 1512 | +=cut |
| 1513 | +*steal_buffer = \&aperl_duk_steal_buffer; |
| 1514 | + |
1444 | 1515 | =item C<strict_equals> |
1445 | 1516 |
|
1446 | 1517 | see L<http://duktape.org/api.html#duk_strict_equals> |
|
0 commit comments