Skip to content

Commit

Permalink
update functionsmap.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
mamod committed Nov 4, 2015
1 parent 80c833e commit 6f48342
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions lib/JavaScript/Duktape/C/FunctionsMap.pl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#This File auto generated
use strict;
use warnings;
Expand Down Expand Up @@ -146,6 +147,13 @@
=cut
*concat = \&aperl_duk_concat;

=item C<config_buffer>
see L<http://duktape.org/api.html#duk_config_buffer>
=cut
*config_buffer = \&aperl_duk_config_buffer;

=item C<copy>
see L<http://duktape.org/api.html#duk_copy>
Expand Down Expand Up @@ -209,6 +217,13 @@
=cut
*dump_context_stdout = \&aperl_duk_dump_context_stdout;

=item C<dump_function>
see L<http://duktape.org/api.html#duk_dump_function>
=cut
*dump_function = \&aperl_duk_dump_function;

=item C<dup>
see L<http://duktape.org/api.html#duk_dup>
Expand Down Expand Up @@ -342,6 +357,13 @@
=cut
*get_buffer = \&aperl_duk_get_buffer;

=item C<get_buffer_data>
see L<http://duktape.org/api.html#duk_get_buffer_data>
=cut
*get_buffer_data = \&aperl_duk_get_buffer_data;

=item C<get_c_function>
see L<http://duktape.org/api.html#duk_get_c_function>
Expand Down Expand Up @@ -552,6 +574,13 @@
=cut
*insert = \&aperl_duk_insert;

=item C<instanceof>
see L<http://duktape.org/api.html#duk_instanceof>
=cut
*instanceof = \&aperl_duk_instanceof;

=item C<is_array>
see L<http://duktape.org/api.html#duk_is_array>
Expand Down Expand Up @@ -755,6 +784,13 @@
=cut
*json_encode = \&aperl_duk_json_encode;

=item C<load_function>
see L<http://duktape.org/api.html#duk_load_function>
=cut
*load_function = \&aperl_duk_load_function;

=item C<log_va>
see L<http://duktape.org/api.html#duk_log_va>
Expand Down Expand Up @@ -909,6 +945,13 @@
=cut
*peval_string_noresult = \&aperl_duk_peval_string_noresult;

=item C<pnew>
see L<http://duktape.org/api.html#duk_pnew>
=cut
*pnew = \&aperl_duk_pnew;

=item C<pop>
see L<http://duktape.org/api.html#duk_pop>
Expand Down Expand Up @@ -958,6 +1001,13 @@
=cut
*push_buffer = \&aperl_duk_push_buffer;

=item C<push_buffer_object>
see L<http://duktape.org/api.html#duk_push_buffer_object>
=cut
*push_buffer_object = \&aperl_duk_push_buffer_object;

=item C<push_c_function>
see L<http://duktape.org/api.html#duk_push_c_function>
Expand Down Expand Up @@ -1007,6 +1057,13 @@
=cut
*push_error_object_va = \&aperl_duk_push_error_object_va;

=item C<push_external_buffer>
see L<http://duktape.org/api.html#duk_push_external_buffer>
=cut
*push_external_buffer = \&aperl_duk_push_external_buffer;

=item C<push_false>
see L<http://duktape.org/api.html#duk_push_false>
Expand Down Expand Up @@ -1252,6 +1309,13 @@
=cut
*require_buffer = \&aperl_duk_require_buffer;

=item C<require_buffer_data>
see L<http://duktape.org/api.html#duk_require_buffer_data>
=cut
*require_buffer_data = \&aperl_duk_require_buffer_data;

=item C<require_c_function>
see L<http://duktape.org/api.html#duk_require_c_function>
Expand Down Expand Up @@ -1441,6 +1505,13 @@
=cut
*set_top = \&aperl_duk_set_top;

=item C<steal_buffer>
see L<http://duktape.org/api.html#duk_steal_buffer>
=cut
*steal_buffer = \&aperl_duk_steal_buffer;

=item C<strict_equals>
see L<http://duktape.org/api.html#duk_strict_equals>
Expand Down

0 comments on commit 6f48342

Please sign in to comment.