Skip to content

Commit 6f48342

Browse files
committed
update functionsmap.pl
1 parent 80c833e commit 6f48342

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

lib/JavaScript/Duktape/C/FunctionsMap.pl

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
#This File auto generated
23
use strict;
34
use warnings;
@@ -146,6 +147,13 @@
146147
=cut
147148
*concat = \&aperl_duk_concat;
148149

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+
149157
=item C<copy>
150158
151159
see L<http://duktape.org/api.html#duk_copy>
@@ -209,6 +217,13 @@
209217
=cut
210218
*dump_context_stdout = \&aperl_duk_dump_context_stdout;
211219

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+
212227
=item C<dup>
213228
214229
see L<http://duktape.org/api.html#duk_dup>
@@ -342,6 +357,13 @@
342357
=cut
343358
*get_buffer = \&aperl_duk_get_buffer;
344359

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+
345367
=item C<get_c_function>
346368
347369
see L<http://duktape.org/api.html#duk_get_c_function>
@@ -552,6 +574,13 @@
552574
=cut
553575
*insert = \&aperl_duk_insert;
554576

577+
=item C<instanceof>
578+
579+
see L<http://duktape.org/api.html#duk_instanceof>
580+
581+
=cut
582+
*instanceof = \&aperl_duk_instanceof;
583+
555584
=item C<is_array>
556585
557586
see L<http://duktape.org/api.html#duk_is_array>
@@ -755,6 +784,13 @@
755784
=cut
756785
*json_encode = \&aperl_duk_json_encode;
757786

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+
758794
=item C<log_va>
759795
760796
see L<http://duktape.org/api.html#duk_log_va>
@@ -909,6 +945,13 @@
909945
=cut
910946
*peval_string_noresult = \&aperl_duk_peval_string_noresult;
911947

948+
=item C<pnew>
949+
950+
see L<http://duktape.org/api.html#duk_pnew>
951+
952+
=cut
953+
*pnew = \&aperl_duk_pnew;
954+
912955
=item C<pop>
913956
914957
see L<http://duktape.org/api.html#duk_pop>
@@ -958,6 +1001,13 @@
9581001
=cut
9591002
*push_buffer = \&aperl_duk_push_buffer;
9601003

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+
9611011
=item C<push_c_function>
9621012
9631013
see L<http://duktape.org/api.html#duk_push_c_function>
@@ -1007,6 +1057,13 @@
10071057
=cut
10081058
*push_error_object_va = \&aperl_duk_push_error_object_va;
10091059

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+
10101067
=item C<push_false>
10111068
10121069
see L<http://duktape.org/api.html#duk_push_false>
@@ -1252,6 +1309,13 @@
12521309
=cut
12531310
*require_buffer = \&aperl_duk_require_buffer;
12541311

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+
12551319
=item C<require_c_function>
12561320
12571321
see L<http://duktape.org/api.html#duk_require_c_function>
@@ -1441,6 +1505,13 @@
14411505
=cut
14421506
*set_top = \&aperl_duk_set_top;
14431507

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+
14441515
=item C<strict_equals>
14451516
14461517
see L<http://duktape.org/api.html#duk_strict_equals>

0 commit comments

Comments
 (0)