lib/JavaScript/Duktape/C/FunctionsMap.pl | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | #This File auto generated | ||||||
3 | 53 | 53 | 381 | use strict; | |||
53 | 140 | ||||||
53 | 1785 | ||||||
4 | 53 | 53 | 368 | use warnings; | |||
53 | 135 | ||||||
53 | 207702 | ||||||
5 | |||||||
6 | =over | ||||||
7 | |||||||
8 | =cut | ||||||
9 | |||||||
10 | =item C |
||||||
11 | |||||||
12 | see L |
||||||
13 | |||||||
14 | =cut | ||||||
15 | *alloc = \&aperl_duk_alloc; | ||||||
16 | |||||||
17 | =item C |
||||||
18 | |||||||
19 | see L |
||||||
20 | |||||||
21 | =cut | ||||||
22 | *alloc_raw = \&aperl_duk_alloc_raw; | ||||||
23 | |||||||
24 | =item C |
||||||
25 | |||||||
26 | see L |
||||||
27 | |||||||
28 | =cut | ||||||
29 | *base64_decode = \&aperl_duk_base64_decode; | ||||||
30 | |||||||
31 | =item C |
||||||
32 | |||||||
33 | see L |
||||||
34 | |||||||
35 | =cut | ||||||
36 | *base64_encode = \&aperl_duk_base64_encode; | ||||||
37 | |||||||
38 | =item C |
||||||
39 | |||||||
40 | see L |
||||||
41 | |||||||
42 | =cut | ||||||
43 | *buffer_to_string = \&aperl_duk_buffer_to_string; | ||||||
44 | |||||||
45 | =item C |
||||||
46 | |||||||
47 | see L |
||||||
48 | |||||||
49 | =cut | ||||||
50 | *call = \&aperl_duk_call; | ||||||
51 | |||||||
52 | =item C |
||||||
53 | |||||||
54 | see L |
||||||
55 | |||||||
56 | =cut | ||||||
57 | *call_method = \&aperl_duk_call_method; | ||||||
58 | |||||||
59 | =item C |
||||||
60 | |||||||
61 | see L |
||||||
62 | |||||||
63 | =cut | ||||||
64 | *call_prop = \&aperl_duk_call_prop; | ||||||
65 | |||||||
66 | =item C |
||||||
67 | |||||||
68 | see L |
||||||
69 | |||||||
70 | =cut | ||||||
71 | *char_code_at = \&aperl_duk_char_code_at; | ||||||
72 | |||||||
73 | =item C |
||||||
74 | |||||||
75 | see L |
||||||
76 | |||||||
77 | =cut | ||||||
78 | *check_stack = \&aperl_duk_check_stack; | ||||||
79 | |||||||
80 | =item C |
||||||
81 | |||||||
82 | see L |
||||||
83 | |||||||
84 | =cut | ||||||
85 | *check_stack_top = \&aperl_duk_check_stack_top; | ||||||
86 | |||||||
87 | =item C |
||||||
88 | |||||||
89 | see L |
||||||
90 | |||||||
91 | =cut | ||||||
92 | *check_type = \&aperl_duk_check_type; | ||||||
93 | |||||||
94 | =item C |
||||||
95 | |||||||
96 | see L |
||||||
97 | |||||||
98 | =cut | ||||||
99 | *check_type_mask = \&aperl_duk_check_type_mask; | ||||||
100 | |||||||
101 | =item C |
||||||
102 | |||||||
103 | see L |
||||||
104 | |||||||
105 | =cut | ||||||
106 | *compact = \&aperl_duk_compact; | ||||||
107 | |||||||
108 | =item C |
||||||
109 | |||||||
110 | see L |
||||||
111 | |||||||
112 | =cut | ||||||
113 | *compile = \&aperl_duk_compile; | ||||||
114 | |||||||
115 | =item C |
||||||
116 | |||||||
117 | see L |
||||||
118 | |||||||
119 | =cut | ||||||
120 | *compile_lstring = \&aperl_duk_compile_lstring; | ||||||
121 | |||||||
122 | =item C |
||||||
123 | |||||||
124 | see L |
||||||
125 | |||||||
126 | =cut | ||||||
127 | *compile_lstring_filename = \&aperl_duk_compile_lstring_filename; | ||||||
128 | |||||||
129 | =item C |
||||||
130 | |||||||
131 | see L |
||||||
132 | |||||||
133 | =cut | ||||||
134 | *compile_string = \&aperl_duk_compile_string; | ||||||
135 | |||||||
136 | =item C |
||||||
137 | |||||||
138 | see L |
||||||
139 | |||||||
140 | =cut | ||||||
141 | *compile_string_filename = \&aperl_duk_compile_string_filename; | ||||||
142 | |||||||
143 | =item C |
||||||
144 | |||||||
145 | see L |
||||||
146 | |||||||
147 | =cut | ||||||
148 | *components_to_time = \&aperl_duk_components_to_time; | ||||||
149 | |||||||
150 | =item C |
||||||
151 | |||||||
152 | see L |
||||||
153 | |||||||
154 | =cut | ||||||
155 | *concat = \&aperl_duk_concat; | ||||||
156 | |||||||
157 | =item C |
||||||
158 | |||||||
159 | see L |
||||||
160 | |||||||
161 | =cut | ||||||
162 | *config_buffer = \&aperl_duk_config_buffer; | ||||||
163 | |||||||
164 | =item C |
||||||
165 | |||||||
166 | see L |
||||||
167 | |||||||
168 | =cut | ||||||
169 | *copy = \&aperl_duk_copy; | ||||||
170 | |||||||
171 | =item C |
||||||
172 | |||||||
173 | see L |
||||||
174 | |||||||
175 | =cut | ||||||
176 | *decode_string = \&aperl_duk_decode_string; | ||||||
177 | |||||||
178 | =item C |
||||||
179 | |||||||
180 | see L |
||||||
181 | |||||||
182 | =cut | ||||||
183 | *def_prop = \&aperl_duk_def_prop; | ||||||
184 | |||||||
185 | =item C |
||||||
186 | |||||||
187 | see L |
||||||
188 | |||||||
189 | =cut | ||||||
190 | *del_prop = \&aperl_duk_del_prop; | ||||||
191 | |||||||
192 | =item C |
||||||
193 | |||||||
194 | see L |
||||||
195 | |||||||
196 | =cut | ||||||
197 | *del_prop_index = \&aperl_duk_del_prop_index; | ||||||
198 | |||||||
199 | =item C |
||||||
200 | |||||||
201 | see L |
||||||
202 | |||||||
203 | =cut | ||||||
204 | *del_prop_lstring = \&aperl_duk_del_prop_lstring; | ||||||
205 | |||||||
206 | =item C |
||||||
207 | |||||||
208 | see L |
||||||
209 | |||||||
210 | =cut | ||||||
211 | *del_prop_string = \&aperl_duk_del_prop_string; | ||||||
212 | |||||||
213 | =item C |
||||||
214 | |||||||
215 | see L |
||||||
216 | |||||||
217 | =cut | ||||||
218 | *destroy_heap = \&aperl_duk_destroy_heap; | ||||||
219 | |||||||
220 | =item C |
||||||
221 | |||||||
222 | see L |
||||||
223 | |||||||
224 | =cut | ||||||
225 | *dump_function = \&aperl_duk_dump_function; | ||||||
226 | |||||||
227 | =item C |
||||||
228 | |||||||
229 | see L |
||||||
230 | |||||||
231 | =cut | ||||||
232 | *dup = \&aperl_duk_dup; | ||||||
233 | |||||||
234 | =item C |
||||||
235 | |||||||
236 | see L |
||||||
237 | |||||||
238 | =cut | ||||||
239 | *dup_top = \&aperl_duk_dup_top; | ||||||
240 | |||||||
241 | =item C |
||||||
242 | |||||||
243 | see L |
||||||
244 | |||||||
245 | =cut | ||||||
246 | *enum = \&aperl_duk_enum; | ||||||
247 | |||||||
248 | =item C |
||||||
249 | |||||||
250 | see L |
||||||
251 | |||||||
252 | =cut | ||||||
253 | *equals = \&aperl_duk_equals; | ||||||
254 | |||||||
255 | =item C |
||||||
256 | |||||||
257 | see L |
||||||
258 | |||||||
259 | =cut | ||||||
260 | *error_va = \&aperl_duk_error_va; | ||||||
261 | |||||||
262 | =item C |
||||||
263 | |||||||
264 | see L |
||||||
265 | |||||||
266 | =cut | ||||||
267 | *eval = \&aperl_duk_eval; | ||||||
268 | |||||||
269 | =item C |
||||||
270 | |||||||
271 | see L |
||||||
272 | |||||||
273 | =cut | ||||||
274 | *eval_error_va = \&aperl_duk_eval_error_va; | ||||||
275 | |||||||
276 | =item C |
||||||
277 | |||||||
278 | see L |
||||||
279 | |||||||
280 | =cut | ||||||
281 | *eval_lstring = \&aperl_duk_eval_lstring; | ||||||
282 | |||||||
283 | =item C |
||||||
284 | |||||||
285 | see L |
||||||
286 | |||||||
287 | =cut | ||||||
288 | *eval_lstring_noresult = \&aperl_duk_eval_lstring_noresult; | ||||||
289 | |||||||
290 | =item C |
||||||
291 | |||||||
292 | see L |
||||||
293 | |||||||
294 | =cut | ||||||
295 | *eval_noresult = \&aperl_duk_eval_noresult; | ||||||
296 | |||||||
297 | =item C |
||||||
298 | |||||||
299 | see L |
||||||
300 | |||||||
301 | =cut | ||||||
302 | *eval_string = \&aperl_duk_eval_string; | ||||||
303 | |||||||
304 | =item C |
||||||
305 | |||||||
306 | see L |
||||||
307 | |||||||
308 | =cut | ||||||
309 | *eval_string_noresult = \&aperl_duk_eval_string_noresult; | ||||||
310 | |||||||
311 | =item C |
||||||
312 | |||||||
313 | see L |
||||||
314 | |||||||
315 | =cut | ||||||
316 | *fatal = \&aperl_duk_fatal; | ||||||
317 | |||||||
318 | =item C |
||||||
319 | |||||||
320 | see L |
||||||
321 | |||||||
322 | =cut | ||||||
323 | *free = \&aperl_duk_free; | ||||||
324 | |||||||
325 | =item C |
||||||
326 | |||||||
327 | see L |
||||||
328 | |||||||
329 | =cut | ||||||
330 | *free_raw = \&aperl_duk_free_raw; | ||||||
331 | |||||||
332 | =item C |
||||||
333 | |||||||
334 | see L |
||||||
335 | |||||||
336 | =cut | ||||||
337 | *gc = \&aperl_duk_gc; | ||||||
338 | |||||||
339 | =item C |
||||||
340 | |||||||
341 | see L |
||||||
342 | |||||||
343 | =cut | ||||||
344 | *generic_error_va = \&aperl_duk_generic_error_va; | ||||||
345 | |||||||
346 | =item C |
||||||
347 | |||||||
348 | see L |
||||||
349 | |||||||
350 | =cut | ||||||
351 | *get_boolean = \&aperl_duk_get_boolean; | ||||||
352 | |||||||
353 | =item C |
||||||
354 | |||||||
355 | see L |
||||||
356 | |||||||
357 | =cut | ||||||
358 | *get_buffer = \&aperl_duk_get_buffer; | ||||||
359 | |||||||
360 | =item C |
||||||
361 | |||||||
362 | see L |
||||||
363 | |||||||
364 | =cut | ||||||
365 | *get_buffer_data = \&aperl_duk_get_buffer_data; | ||||||
366 | |||||||
367 | =item C |
||||||
368 | |||||||
369 | see L |
||||||
370 | |||||||
371 | =cut | ||||||
372 | *get_c_function = \&aperl_duk_get_c_function; | ||||||
373 | |||||||
374 | =item C |
||||||
375 | |||||||
376 | see L |
||||||
377 | |||||||
378 | =cut | ||||||
379 | *get_context = \&aperl_duk_get_context; | ||||||
380 | |||||||
381 | =item C |
||||||
382 | |||||||
383 | see L |
||||||
384 | |||||||
385 | =cut | ||||||
386 | *get_current_magic = \&aperl_duk_get_current_magic; | ||||||
387 | |||||||
388 | =item C |
||||||
389 | |||||||
390 | see L |
||||||
391 | |||||||
392 | =cut | ||||||
393 | *get_error_code = \&aperl_duk_get_error_code; | ||||||
394 | |||||||
395 | =item C |
||||||
396 | |||||||
397 | see L |
||||||
398 | |||||||
399 | =cut | ||||||
400 | *get_finalizer = \&aperl_duk_get_finalizer; | ||||||
401 | |||||||
402 | =item C |
||||||
403 | |||||||
404 | see L |
||||||
405 | |||||||
406 | =cut | ||||||
407 | *get_global_lstring = \&aperl_duk_get_global_lstring; | ||||||
408 | |||||||
409 | =item C |
||||||
410 | |||||||
411 | see L |
||||||
412 | |||||||
413 | =cut | ||||||
414 | *get_global_string = \&aperl_duk_get_global_string; | ||||||
415 | |||||||
416 | =item C |
||||||
417 | |||||||
418 | see L |
||||||
419 | |||||||
420 | =cut | ||||||
421 | *get_heapptr = \&aperl_duk_get_heapptr; | ||||||
422 | |||||||
423 | =item C |
||||||
424 | |||||||
425 | see L |
||||||
426 | |||||||
427 | =cut | ||||||
428 | *get_int = \&aperl_duk_get_int; | ||||||
429 | |||||||
430 | =item C |
||||||
431 | |||||||
432 | see L |
||||||
433 | |||||||
434 | =cut | ||||||
435 | *get_length = \&aperl_duk_get_length; | ||||||
436 | |||||||
437 | =item C |
||||||
438 | |||||||
439 | see L |
||||||
440 | |||||||
441 | =cut | ||||||
442 | *get_lstring = \&aperl_duk_get_lstring; | ||||||
443 | |||||||
444 | =item C |
||||||
445 | |||||||
446 | see L |
||||||
447 | |||||||
448 | =cut | ||||||
449 | *get_magic = \&aperl_duk_get_magic; | ||||||
450 | |||||||
451 | =item C |
||||||
452 | |||||||
453 | see L |
||||||
454 | |||||||
455 | =cut | ||||||
456 | *get_memory_functions = \&aperl_duk_get_memory_functions; | ||||||
457 | |||||||
458 | =item C |
||||||
459 | |||||||
460 | see L |
||||||
461 | |||||||
462 | =cut | ||||||
463 | *get_now = \&aperl_duk_get_now; | ||||||
464 | |||||||
465 | =item C |
||||||
466 | |||||||
467 | see L |
||||||
468 | |||||||
469 | =cut | ||||||
470 | *get_number = \&aperl_duk_get_number; | ||||||
471 | |||||||
472 | =item C |
||||||
473 | |||||||
474 | see L |
||||||
475 | |||||||
476 | =cut | ||||||
477 | *get_pointer = \&aperl_duk_get_pointer; | ||||||
478 | |||||||
479 | =item C |
||||||
480 | |||||||
481 | see L |
||||||
482 | |||||||
483 | =cut | ||||||
484 | *get_prop = \&aperl_duk_get_prop; | ||||||
485 | |||||||
486 | =item C |
||||||
487 | |||||||
488 | see L |
||||||
489 | |||||||
490 | =cut | ||||||
491 | *get_prop_desc = \&aperl_duk_get_prop_desc; | ||||||
492 | |||||||
493 | =item C |
||||||
494 | |||||||
495 | see L |
||||||
496 | |||||||
497 | =cut | ||||||
498 | *get_prop_index = \&aperl_duk_get_prop_index; | ||||||
499 | |||||||
500 | =item C |
||||||
501 | |||||||
502 | see L |
||||||
503 | |||||||
504 | =cut | ||||||
505 | *get_prop_lstring = \&aperl_duk_get_prop_lstring; | ||||||
506 | |||||||
507 | =item C |
||||||
508 | |||||||
509 | see L |
||||||
510 | |||||||
511 | =cut | ||||||
512 | *get_prop_string = \&aperl_duk_get_prop_string; | ||||||
513 | |||||||
514 | =item C |
||||||
515 | |||||||
516 | see L |
||||||
517 | |||||||
518 | =cut | ||||||
519 | *get_prototype = \&aperl_duk_get_prototype; | ||||||
520 | |||||||
521 | =item C |
||||||
522 | |||||||
523 | see L |
||||||
524 | |||||||
525 | =cut | ||||||
526 | *get_string = \&aperl_duk_get_string; | ||||||
527 | |||||||
528 | =item C |
||||||
529 | |||||||
530 | see L |
||||||
531 | |||||||
532 | =cut | ||||||
533 | *get_top = \&aperl_duk_get_top; | ||||||
534 | |||||||
535 | =item C |
||||||
536 | |||||||
537 | see L |
||||||
538 | |||||||
539 | =cut | ||||||
540 | *get_top_index = \&aperl_duk_get_top_index; | ||||||
541 | |||||||
542 | =item C |
||||||
543 | |||||||
544 | see L |
||||||
545 | |||||||
546 | =cut | ||||||
547 | *get_type = \&aperl_duk_get_type; | ||||||
548 | |||||||
549 | =item C |
||||||
550 | |||||||
551 | see L |
||||||
552 | |||||||
553 | =cut | ||||||
554 | *get_type_mask = \&aperl_duk_get_type_mask; | ||||||
555 | |||||||
556 | =item C |
||||||
557 | |||||||
558 | see L |
||||||
559 | |||||||
560 | =cut | ||||||
561 | *get_uint = \&aperl_duk_get_uint; | ||||||
562 | |||||||
563 | =item C |
||||||
564 | |||||||
565 | see L |
||||||
566 | |||||||
567 | =cut | ||||||
568 | *has_prop = \&aperl_duk_has_prop; | ||||||
569 | |||||||
570 | =item C |
||||||
571 | |||||||
572 | see L |
||||||
573 | |||||||
574 | =cut | ||||||
575 | *has_prop_index = \&aperl_duk_has_prop_index; | ||||||
576 | |||||||
577 | =item C |
||||||
578 | |||||||
579 | see L |
||||||
580 | |||||||
581 | =cut | ||||||
582 | *has_prop_lstring = \&aperl_duk_has_prop_lstring; | ||||||
583 | |||||||
584 | =item C |
||||||
585 | |||||||
586 | see L |
||||||
587 | |||||||
588 | =cut | ||||||
589 | *has_prop_string = \&aperl_duk_has_prop_string; | ||||||
590 | |||||||
591 | =item C |
||||||
592 | |||||||
593 | see L |
||||||
594 | |||||||
595 | =cut | ||||||
596 | *hex_decode = \&aperl_duk_hex_decode; | ||||||
597 | |||||||
598 | =item C |
||||||
599 | |||||||
600 | see L |
||||||
601 | |||||||
602 | =cut | ||||||
603 | *hex_encode = \&aperl_duk_hex_encode; | ||||||
604 | |||||||
605 | =item C |
||||||
606 | |||||||
607 | see L |
||||||
608 | |||||||
609 | =cut | ||||||
610 | *insert = \&aperl_duk_insert; | ||||||
611 | |||||||
612 | =item C |
||||||
613 | |||||||
614 | see L |
||||||
615 | |||||||
616 | =cut | ||||||
617 | *inspect_callstack_entry = \&aperl_duk_inspect_callstack_entry; | ||||||
618 | |||||||
619 | =item C |
||||||
620 | |||||||
621 | see L |
||||||
622 | |||||||
623 | =cut | ||||||
624 | *inspect_value = \&aperl_duk_inspect_value; | ||||||
625 | |||||||
626 | =item C |
||||||
627 | |||||||
628 | see L |
||||||
629 | |||||||
630 | =cut | ||||||
631 | *instanceof = \&aperl_duk_instanceof; | ||||||
632 | |||||||
633 | =item C |
||||||
634 | |||||||
635 | see L |
||||||
636 | |||||||
637 | =cut | ||||||
638 | *is_array = \&aperl_duk_is_array; | ||||||
639 | |||||||
640 | =item C |
||||||
641 | |||||||
642 | see L |
||||||
643 | |||||||
644 | =cut | ||||||
645 | *is_boolean = \&aperl_duk_is_boolean; | ||||||
646 | |||||||
647 | =item C |
||||||
648 | |||||||
649 | see L |
||||||
650 | |||||||
651 | =cut | ||||||
652 | *is_bound_function = \&aperl_duk_is_bound_function; | ||||||
653 | |||||||
654 | =item C |
||||||
655 | |||||||
656 | see L |
||||||
657 | |||||||
658 | =cut | ||||||
659 | *is_buffer = \&aperl_duk_is_buffer; | ||||||
660 | |||||||
661 | =item C |
||||||
662 | |||||||
663 | see L |
||||||
664 | |||||||
665 | =cut | ||||||
666 | *is_buffer_data = \&aperl_duk_is_buffer_data; | ||||||
667 | |||||||
668 | =item C |
||||||
669 | |||||||
670 | see L |
||||||
671 | |||||||
672 | =cut | ||||||
673 | *is_c_function = \&aperl_duk_is_c_function; | ||||||
674 | |||||||
675 | =item C |
||||||
676 | |||||||
677 | see L |
||||||
678 | |||||||
679 | =cut | ||||||
680 | *is_callable = \&aperl_duk_is_callable; | ||||||
681 | |||||||
682 | =item C |
||||||
683 | |||||||
684 | see L |
||||||
685 | |||||||
686 | =cut | ||||||
687 | *is_constructor_call = \&aperl_duk_is_constructor_call; | ||||||
688 | |||||||
689 | =item C |
||||||
690 | |||||||
691 | see L |
||||||
692 | |||||||
693 | =cut | ||||||
694 | *is_dynamic_buffer = \&aperl_duk_is_dynamic_buffer; | ||||||
695 | |||||||
696 | =item C |
||||||
697 | |||||||
698 | see L |
||||||
699 | |||||||
700 | =cut | ||||||
701 | *is_ecmascript_function = \&aperl_duk_is_ecmascript_function; | ||||||
702 | |||||||
703 | =item C |
||||||
704 | |||||||
705 | see L |
||||||
706 | |||||||
707 | =cut | ||||||
708 | *is_error = \&aperl_duk_is_error; | ||||||
709 | |||||||
710 | =item C |
||||||
711 | |||||||
712 | see L |
||||||
713 | |||||||
714 | =cut | ||||||
715 | *is_eval_error = \&aperl_duk_is_eval_error; | ||||||
716 | |||||||
717 | =item C |
||||||
718 | |||||||
719 | see L |
||||||
720 | |||||||
721 | =cut | ||||||
722 | *is_fixed_buffer = \&aperl_duk_is_fixed_buffer; | ||||||
723 | |||||||
724 | =item C |
||||||
725 | |||||||
726 | see L |
||||||
727 | |||||||
728 | =cut | ||||||
729 | *is_function = \&aperl_duk_is_function; | ||||||
730 | |||||||
731 | =item C |
||||||
732 | |||||||
733 | see L |
||||||
734 | |||||||
735 | =cut | ||||||
736 | *is_lightfunc = \&aperl_duk_is_lightfunc; | ||||||
737 | |||||||
738 | =item C |
||||||
739 | |||||||
740 | see L |
||||||
741 | |||||||
742 | =cut | ||||||
743 | *is_nan = \&aperl_duk_is_nan; | ||||||
744 | |||||||
745 | =item C |
||||||
746 | |||||||
747 | see L |
||||||
748 | |||||||
749 | =cut | ||||||
750 | *is_null = \&aperl_duk_is_null; | ||||||
751 | |||||||
752 | =item C |
||||||
753 | |||||||
754 | see L |
||||||
755 | |||||||
756 | =cut | ||||||
757 | *is_null_or_undefined = \&aperl_duk_is_null_or_undefined; | ||||||
758 | |||||||
759 | =item C |
||||||
760 | |||||||
761 | see L |
||||||
762 | |||||||
763 | =cut | ||||||
764 | *is_number = \&aperl_duk_is_number; | ||||||
765 | |||||||
766 | =item C |
||||||
767 | |||||||
768 | see L |
||||||
769 | |||||||
770 | =cut | ||||||
771 | *is_object = \&aperl_duk_is_object; | ||||||
772 | |||||||
773 | =item C |
||||||
774 | |||||||
775 | see L |
||||||
776 | |||||||
777 | =cut | ||||||
778 | *is_object_coercible = \&aperl_duk_is_object_coercible; | ||||||
779 | |||||||
780 | =item C |
||||||
781 | |||||||
782 | see L |
||||||
783 | |||||||
784 | =cut | ||||||
785 | *is_pointer = \&aperl_duk_is_pointer; | ||||||
786 | |||||||
787 | =item C |
||||||
788 | |||||||
789 | see L |
||||||
790 | |||||||
791 | =cut | ||||||
792 | *is_primitive = \&aperl_duk_is_primitive; | ||||||
793 | |||||||
794 | =item C |
||||||
795 | |||||||
796 | see L |
||||||
797 | |||||||
798 | =cut | ||||||
799 | *is_range_error = \&aperl_duk_is_range_error; | ||||||
800 | |||||||
801 | =item C |
||||||
802 | |||||||
803 | see L |
||||||
804 | |||||||
805 | =cut | ||||||
806 | *is_reference_error = \&aperl_duk_is_reference_error; | ||||||
807 | |||||||
808 | =item C |
||||||
809 | |||||||
810 | see L |
||||||
811 | |||||||
812 | =cut | ||||||
813 | *is_strict_call = \&aperl_duk_is_strict_call; | ||||||
814 | |||||||
815 | =item C |
||||||
816 | |||||||
817 | see L |
||||||
818 | |||||||
819 | =cut | ||||||
820 | *is_string = \&aperl_duk_is_string; | ||||||
821 | |||||||
822 | =item C |
||||||
823 | |||||||
824 | see L |
||||||
825 | |||||||
826 | =cut | ||||||
827 | *is_symbol = \&aperl_duk_is_symbol; | ||||||
828 | |||||||
829 | =item C |
||||||
830 | |||||||
831 | see L |
||||||
832 | |||||||
833 | =cut | ||||||
834 | *is_syntax_error = \&aperl_duk_is_syntax_error; | ||||||
835 | |||||||
836 | =item C |
||||||
837 | |||||||
838 | see L |
||||||
839 | |||||||
840 | =cut | ||||||
841 | *is_thread = \&aperl_duk_is_thread; | ||||||
842 | |||||||
843 | =item C |
||||||
844 | |||||||
845 | see L |
||||||
846 | |||||||
847 | =cut | ||||||
848 | *is_type_error = \&aperl_duk_is_type_error; | ||||||
849 | |||||||
850 | =item C |
||||||
851 | |||||||
852 | see L |
||||||
853 | |||||||
854 | =cut | ||||||
855 | *is_undefined = \&aperl_duk_is_undefined; | ||||||
856 | |||||||
857 | =item C |
||||||
858 | |||||||
859 | see L |
||||||
860 | |||||||
861 | =cut | ||||||
862 | *is_uri_error = \&aperl_duk_is_uri_error; | ||||||
863 | |||||||
864 | =item C |
||||||
865 | |||||||
866 | see L |
||||||
867 | |||||||
868 | =cut | ||||||
869 | *is_valid_index = \&aperl_duk_is_valid_index; | ||||||
870 | |||||||
871 | =item C |
||||||
872 | |||||||
873 | see L |
||||||
874 | |||||||
875 | =cut | ||||||
876 | *join = \&aperl_duk_join; | ||||||
877 | |||||||
878 | =item C |
||||||
879 | |||||||
880 | see L |
||||||
881 | |||||||
882 | =cut | ||||||
883 | *json_decode = \&aperl_duk_json_decode; | ||||||
884 | |||||||
885 | =item C |
||||||
886 | |||||||
887 | see L |
||||||
888 | |||||||
889 | =cut | ||||||
890 | *json_encode = \&aperl_duk_json_encode; | ||||||
891 | |||||||
892 | =item C |
||||||
893 | |||||||
894 | see L |
||||||
895 | |||||||
896 | =cut | ||||||
897 | *load_function = \&aperl_duk_load_function; | ||||||
898 | |||||||
899 | =item C |
||||||
900 | |||||||
901 | see L |
||||||
902 | |||||||
903 | =cut | ||||||
904 | *map_string = \&aperl_duk_map_string; | ||||||
905 | |||||||
906 | =item C |
||||||
907 | |||||||
908 | see L |
||||||
909 | |||||||
910 | =cut | ||||||
911 | *new = \&aperl_duk_new; | ||||||
912 | |||||||
913 | =item C |
||||||
914 | |||||||
915 | see L |
||||||
916 | |||||||
917 | =cut | ||||||
918 | *next = \&aperl_duk_next; | ||||||
919 | |||||||
920 | =item C |
||||||
921 | |||||||
922 | see L |
||||||
923 | |||||||
924 | =cut | ||||||
925 | *normalize_index = \&aperl_duk_normalize_index; | ||||||
926 | |||||||
927 | =item C |
||||||
928 | |||||||
929 | see L |
||||||
930 | |||||||
931 | =cut | ||||||
932 | *pcall = \&aperl_duk_pcall; | ||||||
933 | |||||||
934 | =item C |
||||||
935 | |||||||
936 | see L |
||||||
937 | |||||||
938 | =cut | ||||||
939 | *pcall_method = \&aperl_duk_pcall_method; | ||||||
940 | |||||||
941 | =item C |
||||||
942 | |||||||
943 | see L |
||||||
944 | |||||||
945 | =cut | ||||||
946 | *pcall_prop = \&aperl_duk_pcall_prop; | ||||||
947 | |||||||
948 | =item C |
||||||
949 | |||||||
950 | see L |
||||||
951 | |||||||
952 | =cut | ||||||
953 | *pcompile = \&aperl_duk_pcompile; | ||||||
954 | |||||||
955 | =item C |
||||||
956 | |||||||
957 | see L |
||||||
958 | |||||||
959 | =cut | ||||||
960 | *pcompile_lstring = \&aperl_duk_pcompile_lstring; | ||||||
961 | |||||||
962 | =item C |
||||||
963 | |||||||
964 | see L |
||||||
965 | |||||||
966 | =cut | ||||||
967 | *pcompile_lstring_filename = \&aperl_duk_pcompile_lstring_filename; | ||||||
968 | |||||||
969 | =item C |
||||||
970 | |||||||
971 | see L |
||||||
972 | |||||||
973 | =cut | ||||||
974 | *pcompile_string = \&aperl_duk_pcompile_string; | ||||||
975 | |||||||
976 | =item C |
||||||
977 | |||||||
978 | see L |
||||||
979 | |||||||
980 | =cut | ||||||
981 | *pcompile_string_filename = \&aperl_duk_pcompile_string_filename; | ||||||
982 | |||||||
983 | =item C |
||||||
984 | |||||||
985 | see L |
||||||
986 | |||||||
987 | =cut | ||||||
988 | *peval = \&aperl_duk_peval; | ||||||
989 | |||||||
990 | =item C |
||||||
991 | |||||||
992 | see L |
||||||
993 | |||||||
994 | =cut | ||||||
995 | *peval_lstring = \&aperl_duk_peval_lstring; | ||||||
996 | |||||||
997 | =item C |
||||||
998 | |||||||
999 | see L |
||||||
1000 | |||||||
1001 | =cut | ||||||
1002 | *peval_lstring_noresult = \&aperl_duk_peval_lstring_noresult; | ||||||
1003 | |||||||
1004 | =item C |
||||||
1005 | |||||||
1006 | see L |
||||||
1007 | |||||||
1008 | =cut | ||||||
1009 | *peval_noresult = \&aperl_duk_peval_noresult; | ||||||
1010 | |||||||
1011 | =item C |
||||||
1012 | |||||||
1013 | see L |
||||||
1014 | |||||||
1015 | =cut | ||||||
1016 | *peval_string = \&aperl_duk_peval_string; | ||||||
1017 | |||||||
1018 | =item C |
||||||
1019 | |||||||
1020 | see L |
||||||
1021 | |||||||
1022 | =cut | ||||||
1023 | *peval_string_noresult = \&aperl_duk_peval_string_noresult; | ||||||
1024 | |||||||
1025 | =item C |
||||||
1026 | |||||||
1027 | see L |
||||||
1028 | |||||||
1029 | =cut | ||||||
1030 | *pnew = \&aperl_duk_pnew; | ||||||
1031 | |||||||
1032 | =item C |
||||||
1033 | |||||||
1034 | see L |
||||||
1035 | |||||||
1036 | =cut | ||||||
1037 | *pop = \&aperl_duk_pop; | ||||||
1038 | |||||||
1039 | =item C |
||||||
1040 | |||||||
1041 | see L |
||||||
1042 | |||||||
1043 | =cut | ||||||
1044 | *pop_2 = \&aperl_duk_pop_2; | ||||||
1045 | |||||||
1046 | =item C |
||||||
1047 | |||||||
1048 | see L |
||||||
1049 | |||||||
1050 | =cut | ||||||
1051 | *pop_3 = \&aperl_duk_pop_3; | ||||||
1052 | |||||||
1053 | =item C |
||||||
1054 | |||||||
1055 | see L |
||||||
1056 | |||||||
1057 | =cut | ||||||
1058 | *pop_n = \&aperl_duk_pop_n; | ||||||
1059 | |||||||
1060 | =item C |
||||||
1061 | |||||||
1062 | see L |
||||||
1063 | |||||||
1064 | =cut | ||||||
1065 | *push_array = \&aperl_duk_push_array; | ||||||
1066 | |||||||
1067 | =item C |
||||||
1068 | |||||||
1069 | see L |
||||||
1070 | |||||||
1071 | =cut | ||||||
1072 | *push_bare_object = \&aperl_duk_push_bare_object; | ||||||
1073 | |||||||
1074 | =item C |
||||||
1075 | |||||||
1076 | see L |
||||||
1077 | |||||||
1078 | =cut | ||||||
1079 | *push_boolean = \&aperl_duk_push_boolean; | ||||||
1080 | |||||||
1081 | =item C |
||||||
1082 | |||||||
1083 | see L |
||||||
1084 | |||||||
1085 | =cut | ||||||
1086 | *push_buffer = \&aperl_duk_push_buffer; | ||||||
1087 | |||||||
1088 | =item C |
||||||
1089 | |||||||
1090 | see L |
||||||
1091 | |||||||
1092 | =cut | ||||||
1093 | *push_buffer_object = \&aperl_duk_push_buffer_object; | ||||||
1094 | |||||||
1095 | =item C |
||||||
1096 | |||||||
1097 | see L |
||||||
1098 | |||||||
1099 | =cut | ||||||
1100 | *push_c_function = \&aperl_duk_push_c_function; | ||||||
1101 | |||||||
1102 | =item C |
||||||
1103 | |||||||
1104 | see L |
||||||
1105 | |||||||
1106 | =cut | ||||||
1107 | *push_c_lightfunc = \&aperl_duk_push_c_lightfunc; | ||||||
1108 | |||||||
1109 | =item C |
||||||
1110 | |||||||
1111 | see L |
||||||
1112 | |||||||
1113 | =cut | ||||||
1114 | *push_context_dump = \&aperl_duk_push_context_dump; | ||||||
1115 | |||||||
1116 | =item C |
||||||
1117 | |||||||
1118 | see L |
||||||
1119 | |||||||
1120 | =cut | ||||||
1121 | *push_current_function = \&aperl_duk_push_current_function; | ||||||
1122 | |||||||
1123 | =item C |
||||||
1124 | |||||||
1125 | see L |
||||||
1126 | |||||||
1127 | =cut | ||||||
1128 | *push_current_thread = \&aperl_duk_push_current_thread; | ||||||
1129 | |||||||
1130 | =item C |
||||||
1131 | |||||||
1132 | see L |
||||||
1133 | |||||||
1134 | =cut | ||||||
1135 | *push_dynamic_buffer = \&aperl_duk_push_dynamic_buffer; | ||||||
1136 | |||||||
1137 | =item C |
||||||
1138 | |||||||
1139 | see L |
||||||
1140 | |||||||
1141 | =cut | ||||||
1142 | *push_error_object_va = \&aperl_duk_push_error_object_va; | ||||||
1143 | |||||||
1144 | =item C |
||||||
1145 | |||||||
1146 | see L |
||||||
1147 | |||||||
1148 | =cut | ||||||
1149 | *push_external_buffer = \&aperl_duk_push_external_buffer; | ||||||
1150 | |||||||
1151 | =item C |
||||||
1152 | |||||||
1153 | see L |
||||||
1154 | |||||||
1155 | =cut | ||||||
1156 | *push_false = \&aperl_duk_push_false; | ||||||
1157 | |||||||
1158 | =item C |
||||||
1159 | |||||||
1160 | see L |
||||||
1161 | |||||||
1162 | =cut | ||||||
1163 | *push_fixed_buffer = \&aperl_duk_push_fixed_buffer; | ||||||
1164 | |||||||
1165 | =item C |
||||||
1166 | |||||||
1167 | see L |
||||||
1168 | |||||||
1169 | =cut | ||||||
1170 | *push_global_object = \&aperl_duk_push_global_object; | ||||||
1171 | |||||||
1172 | =item C |
||||||
1173 | |||||||
1174 | see L |
||||||
1175 | |||||||
1176 | =cut | ||||||
1177 | *push_global_stash = \&aperl_duk_push_global_stash; | ||||||
1178 | |||||||
1179 | =item C |
||||||
1180 | |||||||
1181 | see L |
||||||
1182 | |||||||
1183 | =cut | ||||||
1184 | *push_heap_stash = \&aperl_duk_push_heap_stash; | ||||||
1185 | |||||||
1186 | =item C |
||||||
1187 | |||||||
1188 | see L |
||||||
1189 | |||||||
1190 | =cut | ||||||
1191 | *push_heapptr = \&aperl_duk_push_heapptr; | ||||||
1192 | |||||||
1193 | =item C |
||||||
1194 | |||||||
1195 | see L |
||||||
1196 | |||||||
1197 | =cut | ||||||
1198 | *push_int = \&aperl_duk_push_int; | ||||||
1199 | |||||||
1200 | =item C |
||||||
1201 | |||||||
1202 | see L |
||||||
1203 | |||||||
1204 | =cut | ||||||
1205 | *push_lstring = \&aperl_duk_push_lstring; | ||||||
1206 | |||||||
1207 | =item C |
||||||
1208 | |||||||
1209 | see L |
||||||
1210 | |||||||
1211 | =cut | ||||||
1212 | *push_nan = \&aperl_duk_push_nan; | ||||||
1213 | |||||||
1214 | =item C |
||||||
1215 | |||||||
1216 | see L |
||||||
1217 | |||||||
1218 | =cut | ||||||
1219 | *push_null = \&aperl_duk_push_null; | ||||||
1220 | |||||||
1221 | =item C |
||||||
1222 | |||||||
1223 | see L |
||||||
1224 | |||||||
1225 | =cut | ||||||
1226 | *push_number = \&aperl_duk_push_number; | ||||||
1227 | |||||||
1228 | =item C |
||||||
1229 | |||||||
1230 | see L |
||||||
1231 | |||||||
1232 | =cut | ||||||
1233 | *push_object = \&aperl_duk_push_object; | ||||||
1234 | |||||||
1235 | =item C |
||||||
1236 | |||||||
1237 | see L |
||||||
1238 | |||||||
1239 | =cut | ||||||
1240 | *push_pointer = \&aperl_duk_push_pointer; | ||||||
1241 | |||||||
1242 | =item C |
||||||
1243 | |||||||
1244 | see L |
||||||
1245 | |||||||
1246 | =cut | ||||||
1247 | *push_string = \&aperl_duk_push_string; | ||||||
1248 | |||||||
1249 | =item C |
||||||
1250 | |||||||
1251 | see L |
||||||
1252 | |||||||
1253 | =cut | ||||||
1254 | *push_this = \&aperl_duk_push_this; | ||||||
1255 | |||||||
1256 | =item C |
||||||
1257 | |||||||
1258 | see L |
||||||
1259 | |||||||
1260 | =cut | ||||||
1261 | *push_thread = \&aperl_duk_push_thread; | ||||||
1262 | |||||||
1263 | =item C |
||||||
1264 | |||||||
1265 | see L |
||||||
1266 | |||||||
1267 | =cut | ||||||
1268 | *push_thread_new_globalenv = \&aperl_duk_push_thread_new_globalenv; | ||||||
1269 | |||||||
1270 | =item C |
||||||
1271 | |||||||
1272 | see L |
||||||
1273 | |||||||
1274 | =cut | ||||||
1275 | *push_thread_stash = \&aperl_duk_push_thread_stash; | ||||||
1276 | |||||||
1277 | =item C |
||||||
1278 | |||||||
1279 | see L |
||||||
1280 | |||||||
1281 | =cut | ||||||
1282 | *push_true = \&aperl_duk_push_true; | ||||||
1283 | |||||||
1284 | =item C |
||||||
1285 | |||||||
1286 | see L |
||||||
1287 | |||||||
1288 | =cut | ||||||
1289 | *push_uint = \&aperl_duk_push_uint; | ||||||
1290 | |||||||
1291 | =item C |
||||||
1292 | |||||||
1293 | see L |
||||||
1294 | |||||||
1295 | =cut | ||||||
1296 | *push_undefined = \&aperl_duk_push_undefined; | ||||||
1297 | |||||||
1298 | =item C |
||||||
1299 | |||||||
1300 | see L |
||||||
1301 | |||||||
1302 | =cut | ||||||
1303 | *push_vsprintf = \&aperl_duk_push_vsprintf; | ||||||
1304 | |||||||
1305 | =item C |
||||||
1306 | |||||||
1307 | see L |
||||||
1308 | |||||||
1309 | =cut | ||||||
1310 | *put_function_list = \&aperl_duk_put_function_list; | ||||||
1311 | |||||||
1312 | =item C |
||||||
1313 | |||||||
1314 | see L |
||||||
1315 | |||||||
1316 | =cut | ||||||
1317 | *put_global_lstring = \&aperl_duk_put_global_lstring; | ||||||
1318 | |||||||
1319 | =item C |
||||||
1320 | |||||||
1321 | see L |
||||||
1322 | |||||||
1323 | =cut | ||||||
1324 | *put_global_string = \&aperl_duk_put_global_string; | ||||||
1325 | |||||||
1326 | =item C |
||||||
1327 | |||||||
1328 | see L |
||||||
1329 | |||||||
1330 | =cut | ||||||
1331 | *put_number_list = \&aperl_duk_put_number_list; | ||||||
1332 | |||||||
1333 | =item C |
||||||
1334 | |||||||
1335 | see L |
||||||
1336 | |||||||
1337 | =cut | ||||||
1338 | *put_prop = \&aperl_duk_put_prop; | ||||||
1339 | |||||||
1340 | =item C |
||||||
1341 | |||||||
1342 | see L |
||||||
1343 | |||||||
1344 | =cut | ||||||
1345 | *put_prop_index = \&aperl_duk_put_prop_index; | ||||||
1346 | |||||||
1347 | =item C |
||||||
1348 | |||||||
1349 | see L |
||||||
1350 | |||||||
1351 | =cut | ||||||
1352 | *put_prop_lstring = \&aperl_duk_put_prop_lstring; | ||||||
1353 | |||||||
1354 | =item C |
||||||
1355 | |||||||
1356 | see L |
||||||
1357 | |||||||
1358 | =cut | ||||||
1359 | *put_prop_string = \&aperl_duk_put_prop_string; | ||||||
1360 | |||||||
1361 | =item C |
||||||
1362 | |||||||
1363 | see L |
||||||
1364 | |||||||
1365 | =cut | ||||||
1366 | *range_error_va = \&aperl_duk_range_error_va; | ||||||
1367 | |||||||
1368 | =item C |
||||||
1369 | |||||||
1370 | see L |
||||||
1371 | |||||||
1372 | =cut | ||||||
1373 | *realloc = \&aperl_duk_realloc; | ||||||
1374 | |||||||
1375 | =item C |
||||||
1376 | |||||||
1377 | see L |
||||||
1378 | |||||||
1379 | =cut | ||||||
1380 | *realloc_raw = \&aperl_duk_realloc_raw; | ||||||
1381 | |||||||
1382 | =item C |
||||||
1383 | |||||||
1384 | see L |
||||||
1385 | |||||||
1386 | =cut | ||||||
1387 | *reference_error_va = \&aperl_duk_reference_error_va; | ||||||
1388 | |||||||
1389 | =item C |
||||||
1390 | |||||||
1391 | see L |
||||||
1392 | |||||||
1393 | =cut | ||||||
1394 | *remove = \&aperl_duk_remove; | ||||||
1395 | |||||||
1396 | =item C |
||||||
1397 | |||||||
1398 | see L |
||||||
1399 | |||||||
1400 | =cut | ||||||
1401 | *replace = \&aperl_duk_replace; | ||||||
1402 | |||||||
1403 | =item C |
||||||
1404 | |||||||
1405 | see L |
||||||
1406 | |||||||
1407 | =cut | ||||||
1408 | *require_boolean = \&aperl_duk_require_boolean; | ||||||
1409 | |||||||
1410 | =item C |
||||||
1411 | |||||||
1412 | see L |
||||||
1413 | |||||||
1414 | =cut | ||||||
1415 | *require_buffer = \&aperl_duk_require_buffer; | ||||||
1416 | |||||||
1417 | =item C |
||||||
1418 | |||||||
1419 | see L |
||||||
1420 | |||||||
1421 | =cut | ||||||
1422 | *require_buffer_data = \&aperl_duk_require_buffer_data; | ||||||
1423 | |||||||
1424 | =item C |
||||||
1425 | |||||||
1426 | see L |
||||||
1427 | |||||||
1428 | =cut | ||||||
1429 | *require_c_function = \&aperl_duk_require_c_function; | ||||||
1430 | |||||||
1431 | =item C |
||||||
1432 | |||||||
1433 | see L |
||||||
1434 | |||||||
1435 | =cut | ||||||
1436 | *require_callable = \&aperl_duk_require_callable; | ||||||
1437 | |||||||
1438 | =item C |
||||||
1439 | |||||||
1440 | see L |
||||||
1441 | |||||||
1442 | =cut | ||||||
1443 | *require_context = \&aperl_duk_require_context; | ||||||
1444 | |||||||
1445 | =item C |
||||||
1446 | |||||||
1447 | see L |
||||||
1448 | |||||||
1449 | =cut | ||||||
1450 | *require_function = \&aperl_duk_require_function; | ||||||
1451 | |||||||
1452 | =item C |
||||||
1453 | |||||||
1454 | see L |
||||||
1455 | |||||||
1456 | =cut | ||||||
1457 | *require_heapptr = \&aperl_duk_require_heapptr; | ||||||
1458 | |||||||
1459 | =item C |
||||||
1460 | |||||||
1461 | see L |
||||||
1462 | |||||||
1463 | =cut | ||||||
1464 | *require_int = \&aperl_duk_require_int; | ||||||
1465 | |||||||
1466 | =item C |
||||||
1467 | |||||||
1468 | see L |
||||||
1469 | |||||||
1470 | =cut | ||||||
1471 | *require_lstring = \&aperl_duk_require_lstring; | ||||||
1472 | |||||||
1473 | =item C |
||||||
1474 | |||||||
1475 | see L |
||||||
1476 | |||||||
1477 | =cut | ||||||
1478 | *require_normalize_index = \&aperl_duk_require_normalize_index; | ||||||
1479 | |||||||
1480 | =item C |
||||||
1481 | |||||||
1482 | see L |
||||||
1483 | |||||||
1484 | =cut | ||||||
1485 | *require_null = \&aperl_duk_require_null; | ||||||
1486 | |||||||
1487 | =item C |
||||||
1488 | |||||||
1489 | see L |
||||||
1490 | |||||||
1491 | =cut | ||||||
1492 | *require_number = \&aperl_duk_require_number; | ||||||
1493 | |||||||
1494 | =item C |
||||||
1495 | |||||||
1496 | see L |
||||||
1497 | |||||||
1498 | =cut | ||||||
1499 | *require_object_coercible = \&aperl_duk_require_object_coercible; | ||||||
1500 | |||||||
1501 | =item C |
||||||
1502 | |||||||
1503 | see L |
||||||
1504 | |||||||
1505 | =cut | ||||||
1506 | *require_pointer = \&aperl_duk_require_pointer; | ||||||
1507 | |||||||
1508 | =item C |
||||||
1509 | |||||||
1510 | see L |
||||||
1511 | |||||||
1512 | =cut | ||||||
1513 | *require_stack = \&aperl_duk_require_stack; | ||||||
1514 | |||||||
1515 | =item C |
||||||
1516 | |||||||
1517 | see L |
||||||
1518 | |||||||
1519 | =cut | ||||||
1520 | *require_stack_top = \&aperl_duk_require_stack_top; | ||||||
1521 | |||||||
1522 | =item C |
||||||
1523 | |||||||
1524 | see L |
||||||
1525 | |||||||
1526 | =cut | ||||||
1527 | *require_string = \&aperl_duk_require_string; | ||||||
1528 | |||||||
1529 | =item C |
||||||
1530 | |||||||
1531 | see L |
||||||
1532 | |||||||
1533 | =cut | ||||||
1534 | *require_top_index = \&aperl_duk_require_top_index; | ||||||
1535 | |||||||
1536 | =item C |
||||||
1537 | |||||||
1538 | see L |
||||||
1539 | |||||||
1540 | =cut | ||||||
1541 | *require_type_mask = \&aperl_duk_require_type_mask; | ||||||
1542 | |||||||
1543 | =item C |
||||||
1544 | |||||||
1545 | see L |
||||||
1546 | |||||||
1547 | =cut | ||||||
1548 | *require_uint = \&aperl_duk_require_uint; | ||||||
1549 | |||||||
1550 | =item C |
||||||
1551 | |||||||
1552 | see L |
||||||
1553 | |||||||
1554 | =cut | ||||||
1555 | *require_undefined = \&aperl_duk_require_undefined; | ||||||
1556 | |||||||
1557 | =item C |
||||||
1558 | |||||||
1559 | see L |
||||||
1560 | |||||||
1561 | =cut | ||||||
1562 | *require_valid_index = \&aperl_duk_require_valid_index; | ||||||
1563 | |||||||
1564 | =item C |
||||||
1565 | |||||||
1566 | see L |
||||||
1567 | |||||||
1568 | =cut | ||||||
1569 | *resize_buffer = \&aperl_duk_resize_buffer; | ||||||
1570 | |||||||
1571 | =item C |
||||||
1572 | |||||||
1573 | see L |
||||||
1574 | |||||||
1575 | =cut | ||||||
1576 | *resume = \&aperl_duk_resume; | ||||||
1577 | |||||||
1578 | =item C |
||||||
1579 | |||||||
1580 | see L |
||||||
1581 | |||||||
1582 | =cut | ||||||
1583 | *safe_call = \&aperl_duk_safe_call; | ||||||
1584 | |||||||
1585 | =item C |
||||||
1586 | |||||||
1587 | see L |
||||||
1588 | |||||||
1589 | =cut | ||||||
1590 | *safe_to_lstring = \&aperl_duk_safe_to_lstring; | ||||||
1591 | |||||||
1592 | =item C |
||||||
1593 | |||||||
1594 | see L |
||||||
1595 | |||||||
1596 | =cut | ||||||
1597 | *safe_to_string = \&aperl_duk_safe_to_string; | ||||||
1598 | |||||||
1599 | =item C |
||||||
1600 | |||||||
1601 | see L |
||||||
1602 | |||||||
1603 | =cut | ||||||
1604 | *samevalue = \&aperl_duk_samevalue; | ||||||
1605 | |||||||
1606 | =item C |
||||||
1607 | |||||||
1608 | see L |
||||||
1609 | |||||||
1610 | =cut | ||||||
1611 | *set_finalizer = \&aperl_duk_set_finalizer; | ||||||
1612 | |||||||
1613 | =item C |
||||||
1614 | |||||||
1615 | see L |
||||||
1616 | |||||||
1617 | =cut | ||||||
1618 | *set_global_object = \&aperl_duk_set_global_object; | ||||||
1619 | |||||||
1620 | =item C |
||||||
1621 | |||||||
1622 | see L |
||||||
1623 | |||||||
1624 | =cut | ||||||
1625 | *set_length = \&aperl_duk_set_length; | ||||||
1626 | |||||||
1627 | =item C |
||||||
1628 | |||||||
1629 | see L |
||||||
1630 | |||||||
1631 | =cut | ||||||
1632 | *set_magic = \&aperl_duk_set_magic; | ||||||
1633 | |||||||
1634 | =item C |
||||||
1635 | |||||||
1636 | see L |
||||||
1637 | |||||||
1638 | =cut | ||||||
1639 | *set_prototype = \&aperl_duk_set_prototype; | ||||||
1640 | |||||||
1641 | =item C |
||||||
1642 | |||||||
1643 | see L |
||||||
1644 | |||||||
1645 | =cut | ||||||
1646 | *set_top = \&aperl_duk_set_top; | ||||||
1647 | |||||||
1648 | =item C |
||||||
1649 | |||||||
1650 | see L |
||||||
1651 | |||||||
1652 | =cut | ||||||
1653 | *steal_buffer = \&aperl_duk_steal_buffer; | ||||||
1654 | |||||||
1655 | =item C |
||||||
1656 | |||||||
1657 | see L |
||||||
1658 | |||||||
1659 | =cut | ||||||
1660 | *strict_equals = \&aperl_duk_strict_equals; | ||||||
1661 | |||||||
1662 | =item C |
||||||
1663 | |||||||
1664 | see L |
||||||
1665 | |||||||
1666 | =cut | ||||||
1667 | *substring = \&aperl_duk_substring; | ||||||
1668 | |||||||
1669 | =item C |
||||||
1670 | |||||||
1671 | see L |
||||||
1672 | |||||||
1673 | =cut | ||||||
1674 | *suspend = \&aperl_duk_suspend; | ||||||
1675 | |||||||
1676 | =item C |
||||||
1677 | |||||||
1678 | see L |
||||||
1679 | |||||||
1680 | =cut | ||||||
1681 | *swap = \&aperl_duk_swap; | ||||||
1682 | |||||||
1683 | =item C |
||||||
1684 | |||||||
1685 | see L |
||||||
1686 | |||||||
1687 | =cut | ||||||
1688 | *swap_top = \&aperl_duk_swap_top; | ||||||
1689 | |||||||
1690 | =item C |
||||||
1691 | |||||||
1692 | see L |
||||||
1693 | |||||||
1694 | =cut | ||||||
1695 | *syntax_error_va = \&aperl_duk_syntax_error_va; | ||||||
1696 | |||||||
1697 | =item C |
||||||
1698 | |||||||
1699 | see L |
||||||
1700 | |||||||
1701 | =cut | ||||||
1702 | *throw = \&aperl_duk_throw; | ||||||
1703 | |||||||
1704 | =item C |
||||||
1705 | |||||||
1706 | see L |
||||||
1707 | |||||||
1708 | =cut | ||||||
1709 | *time_to_components = \&aperl_duk_time_to_components; | ||||||
1710 | |||||||
1711 | =item C |
||||||
1712 | |||||||
1713 | see L |
||||||
1714 | |||||||
1715 | =cut | ||||||
1716 | *to_boolean = \&aperl_duk_to_boolean; | ||||||
1717 | |||||||
1718 | =item C |
||||||
1719 | |||||||
1720 | see L |
||||||
1721 | |||||||
1722 | =cut | ||||||
1723 | *to_buffer = \&aperl_duk_to_buffer; | ||||||
1724 | |||||||
1725 | =item C |
||||||
1726 | |||||||
1727 | see L |
||||||
1728 | |||||||
1729 | =cut | ||||||
1730 | *to_dynamic_buffer = \&aperl_duk_to_dynamic_buffer; | ||||||
1731 | |||||||
1732 | =item C |
||||||
1733 | |||||||
1734 | see L |
||||||
1735 | |||||||
1736 | =cut | ||||||
1737 | *to_fixed_buffer = \&aperl_duk_to_fixed_buffer; | ||||||
1738 | |||||||
1739 | =item C |
||||||
1740 | |||||||
1741 | see L |
||||||
1742 | |||||||
1743 | =cut | ||||||
1744 | *to_int = \&aperl_duk_to_int; | ||||||
1745 | |||||||
1746 | =item C |
||||||
1747 | |||||||
1748 | see L |
||||||
1749 | |||||||
1750 | =cut | ||||||
1751 | *to_int32 = \&aperl_duk_to_int32; | ||||||
1752 | |||||||
1753 | =item C |
||||||
1754 | |||||||
1755 | see L |
||||||
1756 | |||||||
1757 | =cut | ||||||
1758 | *to_lstring = \&aperl_duk_to_lstring; | ||||||
1759 | |||||||
1760 | =item C |
||||||
1761 | |||||||
1762 | see L |
||||||
1763 | |||||||
1764 | =cut | ||||||
1765 | *to_null = \&aperl_duk_to_null; | ||||||
1766 | |||||||
1767 | =item C |
||||||
1768 | |||||||
1769 | see L |
||||||
1770 | |||||||
1771 | =cut | ||||||
1772 | *to_number = \&aperl_duk_to_number; | ||||||
1773 | |||||||
1774 | =item C |
||||||
1775 | |||||||
1776 | see L |
||||||
1777 | |||||||
1778 | =cut | ||||||
1779 | *to_object = \&aperl_duk_to_object; | ||||||
1780 | |||||||
1781 | =item C |
||||||
1782 | |||||||
1783 | see L |
||||||
1784 | |||||||
1785 | =cut | ||||||
1786 | *to_pointer = \&aperl_duk_to_pointer; | ||||||
1787 | |||||||
1788 | =item C |
||||||
1789 | |||||||
1790 | see L |
||||||
1791 | |||||||
1792 | =cut | ||||||
1793 | *to_primitive = \&aperl_duk_to_primitive; | ||||||
1794 | |||||||
1795 | =item C |
||||||
1796 | |||||||
1797 | see L |
||||||
1798 | |||||||
1799 | =cut | ||||||
1800 | *to_string = \&aperl_duk_to_string; | ||||||
1801 | |||||||
1802 | =item C |
||||||
1803 | |||||||
1804 | see L |
||||||
1805 | |||||||
1806 | =cut | ||||||
1807 | *to_uint = \&aperl_duk_to_uint; | ||||||
1808 | |||||||
1809 | =item C |
||||||
1810 | |||||||
1811 | see L |
||||||
1812 | |||||||
1813 | =cut | ||||||
1814 | *to_uint16 = \&aperl_duk_to_uint16; | ||||||
1815 | |||||||
1816 | =item C |
||||||
1817 | |||||||
1818 | see L |
||||||
1819 | |||||||
1820 | =cut | ||||||
1821 | *to_uint32 = \&aperl_duk_to_uint32; | ||||||
1822 | |||||||
1823 | =item C |
||||||
1824 | |||||||
1825 | see L |
||||||
1826 | |||||||
1827 | =cut | ||||||
1828 | *to_undefined = \&aperl_duk_to_undefined; | ||||||
1829 | |||||||
1830 | =item C |
||||||
1831 | |||||||
1832 | see L |
||||||
1833 | |||||||
1834 | =cut | ||||||
1835 | *trim = \&aperl_duk_trim; | ||||||
1836 | |||||||
1837 | =item C |
||||||
1838 | |||||||
1839 | see L |
||||||
1840 | |||||||
1841 | =cut | ||||||
1842 | *type_error_va = \&aperl_duk_type_error_va; | ||||||
1843 | |||||||
1844 | =item C |
||||||
1845 | |||||||
1846 | see L |
||||||
1847 | |||||||
1848 | =cut | ||||||
1849 | *uri_error_va = \&aperl_duk_uri_error_va; | ||||||
1850 | |||||||
1851 | |||||||
1852 | =back | ||||||
1853 | |||||||
1854 | =cut | ||||||
1855 | 1; |