| 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 | 56 | 56 | 379 | use strict; | |||
| 56 | 139 | ||||||
| 56 | 3381 | ||||||
| 4 | 56 | 56 | 283 | use warnings; | |||
| 56 | 124 | ||||||
| 56 | 267251 | ||||||
| 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_heapptr = \&aperl_duk_del_prop_heapptr; | ||||||
| 198 | |||||||
| 199 | =item C |
||||||
| 200 | |||||||
| 201 | see L |
||||||
| 202 | |||||||
| 203 | =cut | ||||||
| 204 | *del_prop_index = \&aperl_duk_del_prop_index; | ||||||
| 205 | |||||||
| 206 | =item C |
||||||
| 207 | |||||||
| 208 | see L |
||||||
| 209 | |||||||
| 210 | =cut | ||||||
| 211 | *del_prop_literal = \&aperl_duk_del_prop_literal; | ||||||
| 212 | |||||||
| 213 | =item C |
||||||
| 214 | |||||||
| 215 | see L |
||||||
| 216 | |||||||
| 217 | =cut | ||||||
| 218 | *del_prop_lstring = \&aperl_duk_del_prop_lstring; | ||||||
| 219 | |||||||
| 220 | =item C |
||||||
| 221 | |||||||
| 222 | see L |
||||||
| 223 | |||||||
| 224 | =cut | ||||||
| 225 | *del_prop_string = \&aperl_duk_del_prop_string; | ||||||
| 226 | |||||||
| 227 | =item C |
||||||
| 228 | |||||||
| 229 | see L |
||||||
| 230 | |||||||
| 231 | =cut | ||||||
| 232 | *destroy_heap = \&aperl_duk_destroy_heap; | ||||||
| 233 | |||||||
| 234 | =item C |
||||||
| 235 | |||||||
| 236 | see L |
||||||
| 237 | |||||||
| 238 | =cut | ||||||
| 239 | *dump_function = \&aperl_duk_dump_function; | ||||||
| 240 | |||||||
| 241 | =item C |
||||||
| 242 | |||||||
| 243 | see L |
||||||
| 244 | |||||||
| 245 | =cut | ||||||
| 246 | *dup = \&aperl_duk_dup; | ||||||
| 247 | |||||||
| 248 | =item C |
||||||
| 249 | |||||||
| 250 | see L |
||||||
| 251 | |||||||
| 252 | =cut | ||||||
| 253 | *dup_top = \&aperl_duk_dup_top; | ||||||
| 254 | |||||||
| 255 | =item C |
||||||
| 256 | |||||||
| 257 | see L |
||||||
| 258 | |||||||
| 259 | =cut | ||||||
| 260 | *enum = \&aperl_duk_enum; | ||||||
| 261 | |||||||
| 262 | =item C |
||||||
| 263 | |||||||
| 264 | see L |
||||||
| 265 | |||||||
| 266 | =cut | ||||||
| 267 | *equals = \&aperl_duk_equals; | ||||||
| 268 | |||||||
| 269 | =item C |
||||||
| 270 | |||||||
| 271 | see L |
||||||
| 272 | |||||||
| 273 | =cut | ||||||
| 274 | *error_va = \&aperl_duk_error_va; | ||||||
| 275 | |||||||
| 276 | =item C |
||||||
| 277 | |||||||
| 278 | see L |
||||||
| 279 | |||||||
| 280 | =cut | ||||||
| 281 | *eval = \&aperl_duk_eval; | ||||||
| 282 | |||||||
| 283 | =item C |
||||||
| 284 | |||||||
| 285 | see L |
||||||
| 286 | |||||||
| 287 | =cut | ||||||
| 288 | *eval_error_va = \&aperl_duk_eval_error_va; | ||||||
| 289 | |||||||
| 290 | =item C |
||||||
| 291 | |||||||
| 292 | see L |
||||||
| 293 | |||||||
| 294 | =cut | ||||||
| 295 | *eval_lstring = \&aperl_duk_eval_lstring; | ||||||
| 296 | |||||||
| 297 | =item C |
||||||
| 298 | |||||||
| 299 | see L |
||||||
| 300 | |||||||
| 301 | =cut | ||||||
| 302 | *eval_lstring_noresult = \&aperl_duk_eval_lstring_noresult; | ||||||
| 303 | |||||||
| 304 | =item C |
||||||
| 305 | |||||||
| 306 | see L |
||||||
| 307 | |||||||
| 308 | =cut | ||||||
| 309 | *eval_noresult = \&aperl_duk_eval_noresult; | ||||||
| 310 | |||||||
| 311 | =item C |
||||||
| 312 | |||||||
| 313 | see L |
||||||
| 314 | |||||||
| 315 | =cut | ||||||
| 316 | *eval_string = \&aperl_duk_eval_string; | ||||||
| 317 | |||||||
| 318 | =item C |
||||||
| 319 | |||||||
| 320 | see L |
||||||
| 321 | |||||||
| 322 | =cut | ||||||
| 323 | *eval_string_noresult = \&aperl_duk_eval_string_noresult; | ||||||
| 324 | |||||||
| 325 | =item C |
||||||
| 326 | |||||||
| 327 | see L |
||||||
| 328 | |||||||
| 329 | =cut | ||||||
| 330 | *fatal = \&aperl_duk_fatal; | ||||||
| 331 | |||||||
| 332 | =item C |
||||||
| 333 | |||||||
| 334 | see L |
||||||
| 335 | |||||||
| 336 | =cut | ||||||
| 337 | *free = \&aperl_duk_free; | ||||||
| 338 | |||||||
| 339 | =item C |
||||||
| 340 | |||||||
| 341 | see L |
||||||
| 342 | |||||||
| 343 | =cut | ||||||
| 344 | *free_raw = \&aperl_duk_free_raw; | ||||||
| 345 | |||||||
| 346 | =item C |
||||||
| 347 | |||||||
| 348 | see L |
||||||
| 349 | |||||||
| 350 | =cut | ||||||
| 351 | *freeze = \&aperl_duk_freeze; | ||||||
| 352 | |||||||
| 353 | =item C |
||||||
| 354 | |||||||
| 355 | see L |
||||||
| 356 | |||||||
| 357 | =cut | ||||||
| 358 | *gc = \&aperl_duk_gc; | ||||||
| 359 | |||||||
| 360 | =item C |
||||||
| 361 | |||||||
| 362 | see L |
||||||
| 363 | |||||||
| 364 | =cut | ||||||
| 365 | *generic_error_va = \&aperl_duk_generic_error_va; | ||||||
| 366 | |||||||
| 367 | =item C |
||||||
| 368 | |||||||
| 369 | see L |
||||||
| 370 | |||||||
| 371 | =cut | ||||||
| 372 | *get_boolean = \&aperl_duk_get_boolean; | ||||||
| 373 | |||||||
| 374 | =item C |
||||||
| 375 | |||||||
| 376 | see L |
||||||
| 377 | |||||||
| 378 | =cut | ||||||
| 379 | *get_boolean_default = \&aperl_duk_get_boolean_default; | ||||||
| 380 | |||||||
| 381 | =item C |
||||||
| 382 | |||||||
| 383 | see L |
||||||
| 384 | |||||||
| 385 | =cut | ||||||
| 386 | *get_buffer = \&aperl_duk_get_buffer; | ||||||
| 387 | |||||||
| 388 | =item C |
||||||
| 389 | |||||||
| 390 | see L |
||||||
| 391 | |||||||
| 392 | =cut | ||||||
| 393 | *get_buffer_data = \&aperl_duk_get_buffer_data; | ||||||
| 394 | |||||||
| 395 | =item C |
||||||
| 396 | |||||||
| 397 | see L |
||||||
| 398 | |||||||
| 399 | =cut | ||||||
| 400 | *get_buffer_data_default = \&aperl_duk_get_buffer_data_default; | ||||||
| 401 | |||||||
| 402 | =item C |
||||||
| 403 | |||||||
| 404 | see L |
||||||
| 405 | |||||||
| 406 | =cut | ||||||
| 407 | *get_buffer_default = \&aperl_duk_get_buffer_default; | ||||||
| 408 | |||||||
| 409 | =item C |
||||||
| 410 | |||||||
| 411 | see L |
||||||
| 412 | |||||||
| 413 | =cut | ||||||
| 414 | *get_c_function = \&aperl_duk_get_c_function; | ||||||
| 415 | |||||||
| 416 | =item C |
||||||
| 417 | |||||||
| 418 | see L |
||||||
| 419 | |||||||
| 420 | =cut | ||||||
| 421 | *get_c_function_default = \&aperl_duk_get_c_function_default; | ||||||
| 422 | |||||||
| 423 | =item C |
||||||
| 424 | |||||||
| 425 | see L |
||||||
| 426 | |||||||
| 427 | =cut | ||||||
| 428 | *get_context = \&aperl_duk_get_context; | ||||||
| 429 | |||||||
| 430 | =item C |
||||||
| 431 | |||||||
| 432 | see L |
||||||
| 433 | |||||||
| 434 | =cut | ||||||
| 435 | *get_context_default = \&aperl_duk_get_context_default; | ||||||
| 436 | |||||||
| 437 | =item C |
||||||
| 438 | |||||||
| 439 | see L |
||||||
| 440 | |||||||
| 441 | =cut | ||||||
| 442 | *get_current_magic = \&aperl_duk_get_current_magic; | ||||||
| 443 | |||||||
| 444 | =item C |
||||||
| 445 | |||||||
| 446 | see L |
||||||
| 447 | |||||||
| 448 | =cut | ||||||
| 449 | *get_error_code = \&aperl_duk_get_error_code; | ||||||
| 450 | |||||||
| 451 | =item C |
||||||
| 452 | |||||||
| 453 | see L |
||||||
| 454 | |||||||
| 455 | =cut | ||||||
| 456 | *get_finalizer = \&aperl_duk_get_finalizer; | ||||||
| 457 | |||||||
| 458 | =item C |
||||||
| 459 | |||||||
| 460 | see L |
||||||
| 461 | |||||||
| 462 | =cut | ||||||
| 463 | *get_global_heapptr = \&aperl_duk_get_global_heapptr; | ||||||
| 464 | |||||||
| 465 | =item C |
||||||
| 466 | |||||||
| 467 | see L |
||||||
| 468 | |||||||
| 469 | =cut | ||||||
| 470 | *get_global_literal = \&aperl_duk_get_global_literal; | ||||||
| 471 | |||||||
| 472 | =item C |
||||||
| 473 | |||||||
| 474 | see L |
||||||
| 475 | |||||||
| 476 | =cut | ||||||
| 477 | *get_global_lstring = \&aperl_duk_get_global_lstring; | ||||||
| 478 | |||||||
| 479 | =item C |
||||||
| 480 | |||||||
| 481 | see L |
||||||
| 482 | |||||||
| 483 | =cut | ||||||
| 484 | *get_global_string = \&aperl_duk_get_global_string; | ||||||
| 485 | |||||||
| 486 | =item C |
||||||
| 487 | |||||||
| 488 | see L |
||||||
| 489 | |||||||
| 490 | =cut | ||||||
| 491 | *get_heapptr = \&aperl_duk_get_heapptr; | ||||||
| 492 | |||||||
| 493 | =item C |
||||||
| 494 | |||||||
| 495 | see L |
||||||
| 496 | |||||||
| 497 | =cut | ||||||
| 498 | *get_heapptr_default = \&aperl_duk_get_heapptr_default; | ||||||
| 499 | |||||||
| 500 | =item C |
||||||
| 501 | |||||||
| 502 | see L |
||||||
| 503 | |||||||
| 504 | =cut | ||||||
| 505 | *get_int = \&aperl_duk_get_int; | ||||||
| 506 | |||||||
| 507 | =item C |
||||||
| 508 | |||||||
| 509 | see L |
||||||
| 510 | |||||||
| 511 | =cut | ||||||
| 512 | *get_int_default = \&aperl_duk_get_int_default; | ||||||
| 513 | |||||||
| 514 | =item C |
||||||
| 515 | |||||||
| 516 | see L |
||||||
| 517 | |||||||
| 518 | =cut | ||||||
| 519 | *get_length = \&aperl_duk_get_length; | ||||||
| 520 | |||||||
| 521 | =item C |
||||||
| 522 | |||||||
| 523 | see L |
||||||
| 524 | |||||||
| 525 | =cut | ||||||
| 526 | *get_lstring = \&aperl_duk_get_lstring; | ||||||
| 527 | |||||||
| 528 | =item C |
||||||
| 529 | |||||||
| 530 | see L |
||||||
| 531 | |||||||
| 532 | =cut | ||||||
| 533 | *get_lstring_default = \&aperl_duk_get_lstring_default; | ||||||
| 534 | |||||||
| 535 | =item C |
||||||
| 536 | |||||||
| 537 | see L |
||||||
| 538 | |||||||
| 539 | =cut | ||||||
| 540 | *get_magic = \&aperl_duk_get_magic; | ||||||
| 541 | |||||||
| 542 | =item C |
||||||
| 543 | |||||||
| 544 | see L |
||||||
| 545 | |||||||
| 546 | =cut | ||||||
| 547 | *get_memory_functions = \&aperl_duk_get_memory_functions; | ||||||
| 548 | |||||||
| 549 | =item C |
||||||
| 550 | |||||||
| 551 | see L |
||||||
| 552 | |||||||
| 553 | =cut | ||||||
| 554 | *get_now = \&aperl_duk_get_now; | ||||||
| 555 | |||||||
| 556 | =item C |
||||||
| 557 | |||||||
| 558 | see L |
||||||
| 559 | |||||||
| 560 | =cut | ||||||
| 561 | *get_number = \&aperl_duk_get_number; | ||||||
| 562 | |||||||
| 563 | =item C |
||||||
| 564 | |||||||
| 565 | see L |
||||||
| 566 | |||||||
| 567 | =cut | ||||||
| 568 | *get_number_default = \&aperl_duk_get_number_default; | ||||||
| 569 | |||||||
| 570 | =item C |
||||||
| 571 | |||||||
| 572 | see L |
||||||
| 573 | |||||||
| 574 | =cut | ||||||
| 575 | *get_pointer = \&aperl_duk_get_pointer; | ||||||
| 576 | |||||||
| 577 | =item C |
||||||
| 578 | |||||||
| 579 | see L |
||||||
| 580 | |||||||
| 581 | =cut | ||||||
| 582 | *get_pointer_default = \&aperl_duk_get_pointer_default; | ||||||
| 583 | |||||||
| 584 | =item C |
||||||
| 585 | |||||||
| 586 | see L |
||||||
| 587 | |||||||
| 588 | =cut | ||||||
| 589 | *get_prop = \&aperl_duk_get_prop; | ||||||
| 590 | |||||||
| 591 | =item C |
||||||
| 592 | |||||||
| 593 | see L |
||||||
| 594 | |||||||
| 595 | =cut | ||||||
| 596 | *get_prop_desc = \&aperl_duk_get_prop_desc; | ||||||
| 597 | |||||||
| 598 | =item C |
||||||
| 599 | |||||||
| 600 | see L |
||||||
| 601 | |||||||
| 602 | =cut | ||||||
| 603 | *get_prop_heapptr = \&aperl_duk_get_prop_heapptr; | ||||||
| 604 | |||||||
| 605 | =item C |
||||||
| 606 | |||||||
| 607 | see L |
||||||
| 608 | |||||||
| 609 | =cut | ||||||
| 610 | *get_prop_index = \&aperl_duk_get_prop_index; | ||||||
| 611 | |||||||
| 612 | =item C |
||||||
| 613 | |||||||
| 614 | see L |
||||||
| 615 | |||||||
| 616 | =cut | ||||||
| 617 | *get_prop_literal = \&aperl_duk_get_prop_literal; | ||||||
| 618 | |||||||
| 619 | =item C |
||||||
| 620 | |||||||
| 621 | see L |
||||||
| 622 | |||||||
| 623 | =cut | ||||||
| 624 | *get_prop_lstring = \&aperl_duk_get_prop_lstring; | ||||||
| 625 | |||||||
| 626 | =item C |
||||||
| 627 | |||||||
| 628 | see L |
||||||
| 629 | |||||||
| 630 | =cut | ||||||
| 631 | *get_prop_string = \&aperl_duk_get_prop_string; | ||||||
| 632 | |||||||
| 633 | =item C |
||||||
| 634 | |||||||
| 635 | see L |
||||||
| 636 | |||||||
| 637 | =cut | ||||||
| 638 | *get_prototype = \&aperl_duk_get_prototype; | ||||||
| 639 | |||||||
| 640 | =item C |
||||||
| 641 | |||||||
| 642 | see L |
||||||
| 643 | |||||||
| 644 | =cut | ||||||
| 645 | *get_string = \&aperl_duk_get_string; | ||||||
| 646 | |||||||
| 647 | =item C |
||||||
| 648 | |||||||
| 649 | see L |
||||||
| 650 | |||||||
| 651 | =cut | ||||||
| 652 | *get_string_default = \&aperl_duk_get_string_default; | ||||||
| 653 | |||||||
| 654 | =item C |
||||||
| 655 | |||||||
| 656 | see L |
||||||
| 657 | |||||||
| 658 | =cut | ||||||
| 659 | *get_top = \&aperl_duk_get_top; | ||||||
| 660 | |||||||
| 661 | =item C |
||||||
| 662 | |||||||
| 663 | see L |
||||||
| 664 | |||||||
| 665 | =cut | ||||||
| 666 | *get_top_index = \&aperl_duk_get_top_index; | ||||||
| 667 | |||||||
| 668 | =item C |
||||||
| 669 | |||||||
| 670 | see L |
||||||
| 671 | |||||||
| 672 | =cut | ||||||
| 673 | *get_type = \&aperl_duk_get_type; | ||||||
| 674 | |||||||
| 675 | =item C |
||||||
| 676 | |||||||
| 677 | see L |
||||||
| 678 | |||||||
| 679 | =cut | ||||||
| 680 | *get_type_mask = \&aperl_duk_get_type_mask; | ||||||
| 681 | |||||||
| 682 | =item C |
||||||
| 683 | |||||||
| 684 | see L |
||||||
| 685 | |||||||
| 686 | =cut | ||||||
| 687 | *get_uint = \&aperl_duk_get_uint; | ||||||
| 688 | |||||||
| 689 | =item C |
||||||
| 690 | |||||||
| 691 | see L |
||||||
| 692 | |||||||
| 693 | =cut | ||||||
| 694 | *get_uint_default = \&aperl_duk_get_uint_default; | ||||||
| 695 | |||||||
| 696 | =item C |
||||||
| 697 | |||||||
| 698 | see L |
||||||
| 699 | |||||||
| 700 | =cut | ||||||
| 701 | *has_prop = \&aperl_duk_has_prop; | ||||||
| 702 | |||||||
| 703 | =item C |
||||||
| 704 | |||||||
| 705 | see L |
||||||
| 706 | |||||||
| 707 | =cut | ||||||
| 708 | *has_prop_heapptr = \&aperl_duk_has_prop_heapptr; | ||||||
| 709 | |||||||
| 710 | =item C |
||||||
| 711 | |||||||
| 712 | see L |
||||||
| 713 | |||||||
| 714 | =cut | ||||||
| 715 | *has_prop_index = \&aperl_duk_has_prop_index; | ||||||
| 716 | |||||||
| 717 | =item C |
||||||
| 718 | |||||||
| 719 | see L |
||||||
| 720 | |||||||
| 721 | =cut | ||||||
| 722 | *has_prop_literal = \&aperl_duk_has_prop_literal; | ||||||
| 723 | |||||||
| 724 | =item C |
||||||
| 725 | |||||||
| 726 | see L |
||||||
| 727 | |||||||
| 728 | =cut | ||||||
| 729 | *has_prop_lstring = \&aperl_duk_has_prop_lstring; | ||||||
| 730 | |||||||
| 731 | =item C |
||||||
| 732 | |||||||
| 733 | see L |
||||||
| 734 | |||||||
| 735 | =cut | ||||||
| 736 | *has_prop_string = \&aperl_duk_has_prop_string; | ||||||
| 737 | |||||||
| 738 | =item C |
||||||
| 739 | |||||||
| 740 | see L |
||||||
| 741 | |||||||
| 742 | =cut | ||||||
| 743 | *hex_decode = \&aperl_duk_hex_decode; | ||||||
| 744 | |||||||
| 745 | =item C |
||||||
| 746 | |||||||
| 747 | see L |
||||||
| 748 | |||||||
| 749 | =cut | ||||||
| 750 | *hex_encode = \&aperl_duk_hex_encode; | ||||||
| 751 | |||||||
| 752 | =item C |
||||||
| 753 | |||||||
| 754 | see L |
||||||
| 755 | |||||||
| 756 | =cut | ||||||
| 757 | *insert = \&aperl_duk_insert; | ||||||
| 758 | |||||||
| 759 | =item C |
||||||
| 760 | |||||||
| 761 | see L |
||||||
| 762 | |||||||
| 763 | =cut | ||||||
| 764 | *inspect_callstack_entry = \&aperl_duk_inspect_callstack_entry; | ||||||
| 765 | |||||||
| 766 | =item C |
||||||
| 767 | |||||||
| 768 | see L |
||||||
| 769 | |||||||
| 770 | =cut | ||||||
| 771 | *inspect_value = \&aperl_duk_inspect_value; | ||||||
| 772 | |||||||
| 773 | =item C |
||||||
| 774 | |||||||
| 775 | see L |
||||||
| 776 | |||||||
| 777 | =cut | ||||||
| 778 | *instanceof = \&aperl_duk_instanceof; | ||||||
| 779 | |||||||
| 780 | =item C |
||||||
| 781 | |||||||
| 782 | see L |
||||||
| 783 | |||||||
| 784 | =cut | ||||||
| 785 | *is_array = \&aperl_duk_is_array; | ||||||
| 786 | |||||||
| 787 | =item C |
||||||
| 788 | |||||||
| 789 | see L |
||||||
| 790 | |||||||
| 791 | =cut | ||||||
| 792 | *is_boolean = \&aperl_duk_is_boolean; | ||||||
| 793 | |||||||
| 794 | =item C |
||||||
| 795 | |||||||
| 796 | see L |
||||||
| 797 | |||||||
| 798 | =cut | ||||||
| 799 | *is_bound_function = \&aperl_duk_is_bound_function; | ||||||
| 800 | |||||||
| 801 | =item C |
||||||
| 802 | |||||||
| 803 | see L |
||||||
| 804 | |||||||
| 805 | =cut | ||||||
| 806 | *is_buffer = \&aperl_duk_is_buffer; | ||||||
| 807 | |||||||
| 808 | =item C |
||||||
| 809 | |||||||
| 810 | see L |
||||||
| 811 | |||||||
| 812 | =cut | ||||||
| 813 | *is_buffer_data = \&aperl_duk_is_buffer_data; | ||||||
| 814 | |||||||
| 815 | =item C |
||||||
| 816 | |||||||
| 817 | see L |
||||||
| 818 | |||||||
| 819 | =cut | ||||||
| 820 | *is_c_function = \&aperl_duk_is_c_function; | ||||||
| 821 | |||||||
| 822 | =item C |
||||||
| 823 | |||||||
| 824 | see L |
||||||
| 825 | |||||||
| 826 | =cut | ||||||
| 827 | *is_callable = \&aperl_duk_is_callable; | ||||||
| 828 | |||||||
| 829 | =item C |
||||||
| 830 | |||||||
| 831 | see L |
||||||
| 832 | |||||||
| 833 | =cut | ||||||
| 834 | *is_constructable = \&aperl_duk_is_constructable; | ||||||
| 835 | |||||||
| 836 | =item C |
||||||
| 837 | |||||||
| 838 | see L |
||||||
| 839 | |||||||
| 840 | =cut | ||||||
| 841 | *is_constructor_call = \&aperl_duk_is_constructor_call; | ||||||
| 842 | |||||||
| 843 | =item C |
||||||
| 844 | |||||||
| 845 | see L |
||||||
| 846 | |||||||
| 847 | =cut | ||||||
| 848 | *is_dynamic_buffer = \&aperl_duk_is_dynamic_buffer; | ||||||
| 849 | |||||||
| 850 | =item C |
||||||
| 851 | |||||||
| 852 | see L |
||||||
| 853 | |||||||
| 854 | =cut | ||||||
| 855 | *is_ecmascript_function = \&aperl_duk_is_ecmascript_function; | ||||||
| 856 | |||||||
| 857 | =item C |
||||||
| 858 | |||||||
| 859 | see L |
||||||
| 860 | |||||||
| 861 | =cut | ||||||
| 862 | *is_error = \&aperl_duk_is_error; | ||||||
| 863 | |||||||
| 864 | =item C |
||||||
| 865 | |||||||
| 866 | see L |
||||||
| 867 | |||||||
| 868 | =cut | ||||||
| 869 | *is_eval_error = \&aperl_duk_is_eval_error; | ||||||
| 870 | |||||||
| 871 | =item C |
||||||
| 872 | |||||||
| 873 | see L |
||||||
| 874 | |||||||
| 875 | =cut | ||||||
| 876 | *is_fixed_buffer = \&aperl_duk_is_fixed_buffer; | ||||||
| 877 | |||||||
| 878 | =item C |
||||||
| 879 | |||||||
| 880 | see L |
||||||
| 881 | |||||||
| 882 | =cut | ||||||
| 883 | *is_function = \&aperl_duk_is_function; | ||||||
| 884 | |||||||
| 885 | =item C |
||||||
| 886 | |||||||
| 887 | see L |
||||||
| 888 | |||||||
| 889 | =cut | ||||||
| 890 | *is_lightfunc = \&aperl_duk_is_lightfunc; | ||||||
| 891 | |||||||
| 892 | =item C |
||||||
| 893 | |||||||
| 894 | see L |
||||||
| 895 | |||||||
| 896 | =cut | ||||||
| 897 | *is_nan = \&aperl_duk_is_nan; | ||||||
| 898 | |||||||
| 899 | =item C |
||||||
| 900 | |||||||
| 901 | see L |
||||||
| 902 | |||||||
| 903 | =cut | ||||||
| 904 | *is_null = \&aperl_duk_is_null; | ||||||
| 905 | |||||||
| 906 | =item C |
||||||
| 907 | |||||||
| 908 | see L |
||||||
| 909 | |||||||
| 910 | =cut | ||||||
| 911 | *is_null_or_undefined = \&aperl_duk_is_null_or_undefined; | ||||||
| 912 | |||||||
| 913 | =item C |
||||||
| 914 | |||||||
| 915 | see L |
||||||
| 916 | |||||||
| 917 | =cut | ||||||
| 918 | *is_number = \&aperl_duk_is_number; | ||||||
| 919 | |||||||
| 920 | =item C |
||||||
| 921 | |||||||
| 922 | see L |
||||||
| 923 | |||||||
| 924 | =cut | ||||||
| 925 | *is_object = \&aperl_duk_is_object; | ||||||
| 926 | |||||||
| 927 | =item C |
||||||
| 928 | |||||||
| 929 | see L |
||||||
| 930 | |||||||
| 931 | =cut | ||||||
| 932 | *is_object_coercible = \&aperl_duk_is_object_coercible; | ||||||
| 933 | |||||||
| 934 | =item C |
||||||
| 935 | |||||||
| 936 | see L |
||||||
| 937 | |||||||
| 938 | =cut | ||||||
| 939 | *is_pointer = \&aperl_duk_is_pointer; | ||||||
| 940 | |||||||
| 941 | =item C |
||||||
| 942 | |||||||
| 943 | see L |
||||||
| 944 | |||||||
| 945 | =cut | ||||||
| 946 | *is_primitive = \&aperl_duk_is_primitive; | ||||||
| 947 | |||||||
| 948 | =item C |
||||||
| 949 | |||||||
| 950 | see L |
||||||
| 951 | |||||||
| 952 | =cut | ||||||
| 953 | *is_range_error = \&aperl_duk_is_range_error; | ||||||
| 954 | |||||||
| 955 | =item C |
||||||
| 956 | |||||||
| 957 | see L |
||||||
| 958 | |||||||
| 959 | =cut | ||||||
| 960 | *is_reference_error = \&aperl_duk_is_reference_error; | ||||||
| 961 | |||||||
| 962 | =item C |
||||||
| 963 | |||||||
| 964 | see L |
||||||
| 965 | |||||||
| 966 | =cut | ||||||
| 967 | *is_strict_call = \&aperl_duk_is_strict_call; | ||||||
| 968 | |||||||
| 969 | =item C |
||||||
| 970 | |||||||
| 971 | see L |
||||||
| 972 | |||||||
| 973 | =cut | ||||||
| 974 | *is_string = \&aperl_duk_is_string; | ||||||
| 975 | |||||||
| 976 | =item C |
||||||
| 977 | |||||||
| 978 | see L |
||||||
| 979 | |||||||
| 980 | =cut | ||||||
| 981 | *is_symbol = \&aperl_duk_is_symbol; | ||||||
| 982 | |||||||
| 983 | =item C |
||||||
| 984 | |||||||
| 985 | see L |
||||||
| 986 | |||||||
| 987 | =cut | ||||||
| 988 | *is_syntax_error = \&aperl_duk_is_syntax_error; | ||||||
| 989 | |||||||
| 990 | =item C |
||||||
| 991 | |||||||
| 992 | see L |
||||||
| 993 | |||||||
| 994 | =cut | ||||||
| 995 | *is_thread = \&aperl_duk_is_thread; | ||||||
| 996 | |||||||
| 997 | =item C |
||||||
| 998 | |||||||
| 999 | see L |
||||||
| 1000 | |||||||
| 1001 | =cut | ||||||
| 1002 | *is_type_error = \&aperl_duk_is_type_error; | ||||||
| 1003 | |||||||
| 1004 | =item C |
||||||
| 1005 | |||||||
| 1006 | see L |
||||||
| 1007 | |||||||
| 1008 | =cut | ||||||
| 1009 | *is_undefined = \&aperl_duk_is_undefined; | ||||||
| 1010 | |||||||
| 1011 | =item C |
||||||
| 1012 | |||||||
| 1013 | see L |
||||||
| 1014 | |||||||
| 1015 | =cut | ||||||
| 1016 | *is_uri_error = \&aperl_duk_is_uri_error; | ||||||
| 1017 | |||||||
| 1018 | =item C |
||||||
| 1019 | |||||||
| 1020 | see L |
||||||
| 1021 | |||||||
| 1022 | =cut | ||||||
| 1023 | *is_valid_index = \&aperl_duk_is_valid_index; | ||||||
| 1024 | |||||||
| 1025 | =item C |
||||||
| 1026 | |||||||
| 1027 | see L |
||||||
| 1028 | |||||||
| 1029 | =cut | ||||||
| 1030 | *join = \&aperl_duk_join; | ||||||
| 1031 | |||||||
| 1032 | =item C |
||||||
| 1033 | |||||||
| 1034 | see L |
||||||
| 1035 | |||||||
| 1036 | =cut | ||||||
| 1037 | *json_decode = \&aperl_duk_json_decode; | ||||||
| 1038 | |||||||
| 1039 | =item C |
||||||
| 1040 | |||||||
| 1041 | see L |
||||||
| 1042 | |||||||
| 1043 | =cut | ||||||
| 1044 | *json_encode = \&aperl_duk_json_encode; | ||||||
| 1045 | |||||||
| 1046 | =item C |
||||||
| 1047 | |||||||
| 1048 | see L |
||||||
| 1049 | |||||||
| 1050 | =cut | ||||||
| 1051 | *load_function = \&aperl_duk_load_function; | ||||||
| 1052 | |||||||
| 1053 | =item C |
||||||
| 1054 | |||||||
| 1055 | see L |
||||||
| 1056 | |||||||
| 1057 | =cut | ||||||
| 1058 | *map_string = \&aperl_duk_map_string; | ||||||
| 1059 | |||||||
| 1060 | =item C |
||||||
| 1061 | |||||||
| 1062 | see L |
||||||
| 1063 | |||||||
| 1064 | =cut | ||||||
| 1065 | *new = \&aperl_duk_new; | ||||||
| 1066 | |||||||
| 1067 | =item C |
||||||
| 1068 | |||||||
| 1069 | see L |
||||||
| 1070 | |||||||
| 1071 | =cut | ||||||
| 1072 | *next = \&aperl_duk_next; | ||||||
| 1073 | |||||||
| 1074 | =item C |
||||||
| 1075 | |||||||
| 1076 | see L |
||||||
| 1077 | |||||||
| 1078 | =cut | ||||||
| 1079 | *normalize_index = \&aperl_duk_normalize_index; | ||||||
| 1080 | |||||||
| 1081 | =item C |
||||||
| 1082 | |||||||
| 1083 | see L |
||||||
| 1084 | |||||||
| 1085 | =cut | ||||||
| 1086 | *opt_boolean = \&aperl_duk_opt_boolean; | ||||||
| 1087 | |||||||
| 1088 | =item C |
||||||
| 1089 | |||||||
| 1090 | see L |
||||||
| 1091 | |||||||
| 1092 | =cut | ||||||
| 1093 | *opt_buffer = \&aperl_duk_opt_buffer; | ||||||
| 1094 | |||||||
| 1095 | =item C |
||||||
| 1096 | |||||||
| 1097 | see L |
||||||
| 1098 | |||||||
| 1099 | =cut | ||||||
| 1100 | *opt_buffer_data = \&aperl_duk_opt_buffer_data; | ||||||
| 1101 | |||||||
| 1102 | =item C |
||||||
| 1103 | |||||||
| 1104 | see L |
||||||
| 1105 | |||||||
| 1106 | =cut | ||||||
| 1107 | *opt_c_function = \&aperl_duk_opt_c_function; | ||||||
| 1108 | |||||||
| 1109 | =item C |
||||||
| 1110 | |||||||
| 1111 | see L |
||||||
| 1112 | |||||||
| 1113 | =cut | ||||||
| 1114 | *opt_context = \&aperl_duk_opt_context; | ||||||
| 1115 | |||||||
| 1116 | =item C |
||||||
| 1117 | |||||||
| 1118 | see L |
||||||
| 1119 | |||||||
| 1120 | =cut | ||||||
| 1121 | *opt_heapptr = \&aperl_duk_opt_heapptr; | ||||||
| 1122 | |||||||
| 1123 | =item C |
||||||
| 1124 | |||||||
| 1125 | see L |
||||||
| 1126 | |||||||
| 1127 | =cut | ||||||
| 1128 | *opt_int = \&aperl_duk_opt_int; | ||||||
| 1129 | |||||||
| 1130 | =item C |
||||||
| 1131 | |||||||
| 1132 | see L |
||||||
| 1133 | |||||||
| 1134 | =cut | ||||||
| 1135 | *opt_lstring = \&aperl_duk_opt_lstring; | ||||||
| 1136 | |||||||
| 1137 | =item C |
||||||
| 1138 | |||||||
| 1139 | see L |
||||||
| 1140 | |||||||
| 1141 | =cut | ||||||
| 1142 | *opt_number = \&aperl_duk_opt_number; | ||||||
| 1143 | |||||||
| 1144 | =item C |
||||||
| 1145 | |||||||
| 1146 | see L |
||||||
| 1147 | |||||||
| 1148 | =cut | ||||||
| 1149 | *opt_pointer = \&aperl_duk_opt_pointer; | ||||||
| 1150 | |||||||
| 1151 | =item C |
||||||
| 1152 | |||||||
| 1153 | see L |
||||||
| 1154 | |||||||
| 1155 | =cut | ||||||
| 1156 | *opt_string = \&aperl_duk_opt_string; | ||||||
| 1157 | |||||||
| 1158 | =item C |
||||||
| 1159 | |||||||
| 1160 | see L |
||||||
| 1161 | |||||||
| 1162 | =cut | ||||||
| 1163 | *opt_uint = \&aperl_duk_opt_uint; | ||||||
| 1164 | |||||||
| 1165 | =item C |
||||||
| 1166 | |||||||
| 1167 | see L |
||||||
| 1168 | |||||||
| 1169 | =cut | ||||||
| 1170 | *pcall = \&aperl_duk_pcall; | ||||||
| 1171 | |||||||
| 1172 | =item C |
||||||
| 1173 | |||||||
| 1174 | see L |
||||||
| 1175 | |||||||
| 1176 | =cut | ||||||
| 1177 | *pcall_method = \&aperl_duk_pcall_method; | ||||||
| 1178 | |||||||
| 1179 | =item C |
||||||
| 1180 | |||||||
| 1181 | see L |
||||||
| 1182 | |||||||
| 1183 | =cut | ||||||
| 1184 | *pcall_prop = \&aperl_duk_pcall_prop; | ||||||
| 1185 | |||||||
| 1186 | =item C |
||||||
| 1187 | |||||||
| 1188 | see L |
||||||
| 1189 | |||||||
| 1190 | =cut | ||||||
| 1191 | *pcompile = \&aperl_duk_pcompile; | ||||||
| 1192 | |||||||
| 1193 | =item C |
||||||
| 1194 | |||||||
| 1195 | see L |
||||||
| 1196 | |||||||
| 1197 | =cut | ||||||
| 1198 | *pcompile_lstring = \&aperl_duk_pcompile_lstring; | ||||||
| 1199 | |||||||
| 1200 | =item C |
||||||
| 1201 | |||||||
| 1202 | see L |
||||||
| 1203 | |||||||
| 1204 | =cut | ||||||
| 1205 | *pcompile_lstring_filename = \&aperl_duk_pcompile_lstring_filename; | ||||||
| 1206 | |||||||
| 1207 | =item C |
||||||
| 1208 | |||||||
| 1209 | see L |
||||||
| 1210 | |||||||
| 1211 | =cut | ||||||
| 1212 | *pcompile_string = \&aperl_duk_pcompile_string; | ||||||
| 1213 | |||||||
| 1214 | =item C |
||||||
| 1215 | |||||||
| 1216 | see L |
||||||
| 1217 | |||||||
| 1218 | =cut | ||||||
| 1219 | *pcompile_string_filename = \&aperl_duk_pcompile_string_filename; | ||||||
| 1220 | |||||||
| 1221 | =item C |
||||||
| 1222 | |||||||
| 1223 | see L |
||||||
| 1224 | |||||||
| 1225 | =cut | ||||||
| 1226 | *peval = \&aperl_duk_peval; | ||||||
| 1227 | |||||||
| 1228 | =item C |
||||||
| 1229 | |||||||
| 1230 | see L |
||||||
| 1231 | |||||||
| 1232 | =cut | ||||||
| 1233 | *peval_lstring = \&aperl_duk_peval_lstring; | ||||||
| 1234 | |||||||
| 1235 | =item C |
||||||
| 1236 | |||||||
| 1237 | see L |
||||||
| 1238 | |||||||
| 1239 | =cut | ||||||
| 1240 | *peval_lstring_noresult = \&aperl_duk_peval_lstring_noresult; | ||||||
| 1241 | |||||||
| 1242 | =item C |
||||||
| 1243 | |||||||
| 1244 | see L |
||||||
| 1245 | |||||||
| 1246 | =cut | ||||||
| 1247 | *peval_noresult = \&aperl_duk_peval_noresult; | ||||||
| 1248 | |||||||
| 1249 | =item C |
||||||
| 1250 | |||||||
| 1251 | see L |
||||||
| 1252 | |||||||
| 1253 | =cut | ||||||
| 1254 | *peval_string = \&aperl_duk_peval_string; | ||||||
| 1255 | |||||||
| 1256 | =item C |
||||||
| 1257 | |||||||
| 1258 | see L |
||||||
| 1259 | |||||||
| 1260 | =cut | ||||||
| 1261 | *peval_string_noresult = \&aperl_duk_peval_string_noresult; | ||||||
| 1262 | |||||||
| 1263 | =item C |
||||||
| 1264 | |||||||
| 1265 | see L |
||||||
| 1266 | |||||||
| 1267 | =cut | ||||||
| 1268 | *pnew = \&aperl_duk_pnew; | ||||||
| 1269 | |||||||
| 1270 | =item C |
||||||
| 1271 | |||||||
| 1272 | see L |
||||||
| 1273 | |||||||
| 1274 | =cut | ||||||
| 1275 | *pop = \&aperl_duk_pop; | ||||||
| 1276 | |||||||
| 1277 | =item C |
||||||
| 1278 | |||||||
| 1279 | see L |
||||||
| 1280 | |||||||
| 1281 | =cut | ||||||
| 1282 | *pop_2 = \&aperl_duk_pop_2; | ||||||
| 1283 | |||||||
| 1284 | =item C |
||||||
| 1285 | |||||||
| 1286 | see L |
||||||
| 1287 | |||||||
| 1288 | =cut | ||||||
| 1289 | *pop_3 = \&aperl_duk_pop_3; | ||||||
| 1290 | |||||||
| 1291 | =item C |
||||||
| 1292 | |||||||
| 1293 | see L |
||||||
| 1294 | |||||||
| 1295 | =cut | ||||||
| 1296 | *pop_n = \&aperl_duk_pop_n; | ||||||
| 1297 | |||||||
| 1298 | =item C |
||||||
| 1299 | |||||||
| 1300 | see L |
||||||
| 1301 | |||||||
| 1302 | =cut | ||||||
| 1303 | *push_array = \&aperl_duk_push_array; | ||||||
| 1304 | |||||||
| 1305 | =item C |
||||||
| 1306 | |||||||
| 1307 | see L |
||||||
| 1308 | |||||||
| 1309 | =cut | ||||||
| 1310 | *push_bare_object = \&aperl_duk_push_bare_object; | ||||||
| 1311 | |||||||
| 1312 | =item C |
||||||
| 1313 | |||||||
| 1314 | see L |
||||||
| 1315 | |||||||
| 1316 | =cut | ||||||
| 1317 | *push_boolean = \&aperl_duk_push_boolean; | ||||||
| 1318 | |||||||
| 1319 | =item C |
||||||
| 1320 | |||||||
| 1321 | see L |
||||||
| 1322 | |||||||
| 1323 | =cut | ||||||
| 1324 | *push_buffer = \&aperl_duk_push_buffer; | ||||||
| 1325 | |||||||
| 1326 | =item C |
||||||
| 1327 | |||||||
| 1328 | see L |
||||||
| 1329 | |||||||
| 1330 | =cut | ||||||
| 1331 | *push_buffer_object = \&aperl_duk_push_buffer_object; | ||||||
| 1332 | |||||||
| 1333 | =item C |
||||||
| 1334 | |||||||
| 1335 | see L |
||||||
| 1336 | |||||||
| 1337 | =cut | ||||||
| 1338 | *push_c_function = \&aperl_duk_push_c_function; | ||||||
| 1339 | |||||||
| 1340 | =item C |
||||||
| 1341 | |||||||
| 1342 | see L |
||||||
| 1343 | |||||||
| 1344 | =cut | ||||||
| 1345 | *push_c_lightfunc = \&aperl_duk_push_c_lightfunc; | ||||||
| 1346 | |||||||
| 1347 | =item C |
||||||
| 1348 | |||||||
| 1349 | see L |
||||||
| 1350 | |||||||
| 1351 | =cut | ||||||
| 1352 | *push_context_dump = \&aperl_duk_push_context_dump; | ||||||
| 1353 | |||||||
| 1354 | =item C |
||||||
| 1355 | |||||||
| 1356 | see L |
||||||
| 1357 | |||||||
| 1358 | =cut | ||||||
| 1359 | *push_current_function = \&aperl_duk_push_current_function; | ||||||
| 1360 | |||||||
| 1361 | =item C |
||||||
| 1362 | |||||||
| 1363 | see L |
||||||
| 1364 | |||||||
| 1365 | =cut | ||||||
| 1366 | *push_current_thread = \&aperl_duk_push_current_thread; | ||||||
| 1367 | |||||||
| 1368 | =item C |
||||||
| 1369 | |||||||
| 1370 | see L |
||||||
| 1371 | |||||||
| 1372 | =cut | ||||||
| 1373 | *push_dynamic_buffer = \&aperl_duk_push_dynamic_buffer; | ||||||
| 1374 | |||||||
| 1375 | =item C |
||||||
| 1376 | |||||||
| 1377 | see L |
||||||
| 1378 | |||||||
| 1379 | =cut | ||||||
| 1380 | *push_error_object_va = \&aperl_duk_push_error_object_va; | ||||||
| 1381 | |||||||
| 1382 | =item C |
||||||
| 1383 | |||||||
| 1384 | see L |
||||||
| 1385 | |||||||
| 1386 | =cut | ||||||
| 1387 | *push_external_buffer = \&aperl_duk_push_external_buffer; | ||||||
| 1388 | |||||||
| 1389 | =item C |
||||||
| 1390 | |||||||
| 1391 | see L |
||||||
| 1392 | |||||||
| 1393 | =cut | ||||||
| 1394 | *push_false = \&aperl_duk_push_false; | ||||||
| 1395 | |||||||
| 1396 | =item C |
||||||
| 1397 | |||||||
| 1398 | see L |
||||||
| 1399 | |||||||
| 1400 | =cut | ||||||
| 1401 | *push_fixed_buffer = \&aperl_duk_push_fixed_buffer; | ||||||
| 1402 | |||||||
| 1403 | =item C |
||||||
| 1404 | |||||||
| 1405 | see L |
||||||
| 1406 | |||||||
| 1407 | =cut | ||||||
| 1408 | *push_global_object = \&aperl_duk_push_global_object; | ||||||
| 1409 | |||||||
| 1410 | =item C |
||||||
| 1411 | |||||||
| 1412 | see L |
||||||
| 1413 | |||||||
| 1414 | =cut | ||||||
| 1415 | *push_global_stash = \&aperl_duk_push_global_stash; | ||||||
| 1416 | |||||||
| 1417 | =item C |
||||||
| 1418 | |||||||
| 1419 | see L |
||||||
| 1420 | |||||||
| 1421 | =cut | ||||||
| 1422 | *push_heap_stash = \&aperl_duk_push_heap_stash; | ||||||
| 1423 | |||||||
| 1424 | =item C |
||||||
| 1425 | |||||||
| 1426 | see L |
||||||
| 1427 | |||||||
| 1428 | =cut | ||||||
| 1429 | *push_heapptr = \&aperl_duk_push_heapptr; | ||||||
| 1430 | |||||||
| 1431 | =item C |
||||||
| 1432 | |||||||
| 1433 | see L |
||||||
| 1434 | |||||||
| 1435 | =cut | ||||||
| 1436 | *push_int = \&aperl_duk_push_int; | ||||||
| 1437 | |||||||
| 1438 | =item C |
||||||
| 1439 | |||||||
| 1440 | see L |
||||||
| 1441 | |||||||
| 1442 | =cut | ||||||
| 1443 | *push_literal = \&aperl_duk_push_literal; | ||||||
| 1444 | |||||||
| 1445 | =item C |
||||||
| 1446 | |||||||
| 1447 | see L |
||||||
| 1448 | |||||||
| 1449 | =cut | ||||||
| 1450 | *push_lstring = \&aperl_duk_push_lstring; | ||||||
| 1451 | |||||||
| 1452 | =item C |
||||||
| 1453 | |||||||
| 1454 | see L |
||||||
| 1455 | |||||||
| 1456 | =cut | ||||||
| 1457 | *push_nan = \&aperl_duk_push_nan; | ||||||
| 1458 | |||||||
| 1459 | =item C |
||||||
| 1460 | |||||||
| 1461 | see L |
||||||
| 1462 | |||||||
| 1463 | =cut | ||||||
| 1464 | *push_new_target = \&aperl_duk_push_new_target; | ||||||
| 1465 | |||||||
| 1466 | =item C |
||||||
| 1467 | |||||||
| 1468 | see L |
||||||
| 1469 | |||||||
| 1470 | =cut | ||||||
| 1471 | *push_null = \&aperl_duk_push_null; | ||||||
| 1472 | |||||||
| 1473 | =item C |
||||||
| 1474 | |||||||
| 1475 | see L |
||||||
| 1476 | |||||||
| 1477 | =cut | ||||||
| 1478 | *push_number = \&aperl_duk_push_number; | ||||||
| 1479 | |||||||
| 1480 | =item C |
||||||
| 1481 | |||||||
| 1482 | see L |
||||||
| 1483 | |||||||
| 1484 | =cut | ||||||
| 1485 | *push_object = \&aperl_duk_push_object; | ||||||
| 1486 | |||||||
| 1487 | =item C |
||||||
| 1488 | |||||||
| 1489 | see L |
||||||
| 1490 | |||||||
| 1491 | =cut | ||||||
| 1492 | *push_pointer = \&aperl_duk_push_pointer; | ||||||
| 1493 | |||||||
| 1494 | =item C |
||||||
| 1495 | |||||||
| 1496 | see L |
||||||
| 1497 | |||||||
| 1498 | =cut | ||||||
| 1499 | *push_proxy = \&aperl_duk_push_proxy; | ||||||
| 1500 | |||||||
| 1501 | =item C |
||||||
| 1502 | |||||||
| 1503 | see L |
||||||
| 1504 | |||||||
| 1505 | =cut | ||||||
| 1506 | *push_string = \&aperl_duk_push_string; | ||||||
| 1507 | |||||||
| 1508 | =item C |
||||||
| 1509 | |||||||
| 1510 | see L |
||||||
| 1511 | |||||||
| 1512 | =cut | ||||||
| 1513 | *push_this = \&aperl_duk_push_this; | ||||||
| 1514 | |||||||
| 1515 | =item C |
||||||
| 1516 | |||||||
| 1517 | see L |
||||||
| 1518 | |||||||
| 1519 | =cut | ||||||
| 1520 | *push_thread = \&aperl_duk_push_thread; | ||||||
| 1521 | |||||||
| 1522 | =item C |
||||||
| 1523 | |||||||
| 1524 | see L |
||||||
| 1525 | |||||||
| 1526 | =cut | ||||||
| 1527 | *push_thread_new_globalenv = \&aperl_duk_push_thread_new_globalenv; | ||||||
| 1528 | |||||||
| 1529 | =item C |
||||||
| 1530 | |||||||
| 1531 | see L |
||||||
| 1532 | |||||||
| 1533 | =cut | ||||||
| 1534 | *push_thread_stash = \&aperl_duk_push_thread_stash; | ||||||
| 1535 | |||||||
| 1536 | =item C |
||||||
| 1537 | |||||||
| 1538 | see L |
||||||
| 1539 | |||||||
| 1540 | =cut | ||||||
| 1541 | *push_true = \&aperl_duk_push_true; | ||||||
| 1542 | |||||||
| 1543 | =item C |
||||||
| 1544 | |||||||
| 1545 | see L |
||||||
| 1546 | |||||||
| 1547 | =cut | ||||||
| 1548 | *push_uint = \&aperl_duk_push_uint; | ||||||
| 1549 | |||||||
| 1550 | =item C |
||||||
| 1551 | |||||||
| 1552 | see L |
||||||
| 1553 | |||||||
| 1554 | =cut | ||||||
| 1555 | *push_undefined = \&aperl_duk_push_undefined; | ||||||
| 1556 | |||||||
| 1557 | =item C |
||||||
| 1558 | |||||||
| 1559 | see L |
||||||
| 1560 | |||||||
| 1561 | =cut | ||||||
| 1562 | *push_vsprintf = \&aperl_duk_push_vsprintf; | ||||||
| 1563 | |||||||
| 1564 | =item C |
||||||
| 1565 | |||||||
| 1566 | see L |
||||||
| 1567 | |||||||
| 1568 | =cut | ||||||
| 1569 | *put_function_list = \&aperl_duk_put_function_list; | ||||||
| 1570 | |||||||
| 1571 | =item C |
||||||
| 1572 | |||||||
| 1573 | see L |
||||||
| 1574 | |||||||
| 1575 | =cut | ||||||
| 1576 | *put_global_heapptr = \&aperl_duk_put_global_heapptr; | ||||||
| 1577 | |||||||
| 1578 | =item C |
||||||
| 1579 | |||||||
| 1580 | see L |
||||||
| 1581 | |||||||
| 1582 | =cut | ||||||
| 1583 | *put_global_literal = \&aperl_duk_put_global_literal; | ||||||
| 1584 | |||||||
| 1585 | =item C |
||||||
| 1586 | |||||||
| 1587 | see L |
||||||
| 1588 | |||||||
| 1589 | =cut | ||||||
| 1590 | *put_global_lstring = \&aperl_duk_put_global_lstring; | ||||||
| 1591 | |||||||
| 1592 | =item C |
||||||
| 1593 | |||||||
| 1594 | see L |
||||||
| 1595 | |||||||
| 1596 | =cut | ||||||
| 1597 | *put_global_string = \&aperl_duk_put_global_string; | ||||||
| 1598 | |||||||
| 1599 | =item C |
||||||
| 1600 | |||||||
| 1601 | see L |
||||||
| 1602 | |||||||
| 1603 | =cut | ||||||
| 1604 | *put_number_list = \&aperl_duk_put_number_list; | ||||||
| 1605 | |||||||
| 1606 | =item C |
||||||
| 1607 | |||||||
| 1608 | see L |
||||||
| 1609 | |||||||
| 1610 | =cut | ||||||
| 1611 | *put_prop = \&aperl_duk_put_prop; | ||||||
| 1612 | |||||||
| 1613 | =item C |
||||||
| 1614 | |||||||
| 1615 | see L |
||||||
| 1616 | |||||||
| 1617 | =cut | ||||||
| 1618 | *put_prop_heapptr = \&aperl_duk_put_prop_heapptr; | ||||||
| 1619 | |||||||
| 1620 | =item C |
||||||
| 1621 | |||||||
| 1622 | see L |
||||||
| 1623 | |||||||
| 1624 | =cut | ||||||
| 1625 | *put_prop_index = \&aperl_duk_put_prop_index; | ||||||
| 1626 | |||||||
| 1627 | =item C |
||||||
| 1628 | |||||||
| 1629 | see L |
||||||
| 1630 | |||||||
| 1631 | =cut | ||||||
| 1632 | *put_prop_literal = \&aperl_duk_put_prop_literal; | ||||||
| 1633 | |||||||
| 1634 | =item C |
||||||
| 1635 | |||||||
| 1636 | see L |
||||||
| 1637 | |||||||
| 1638 | =cut | ||||||
| 1639 | *put_prop_lstring = \&aperl_duk_put_prop_lstring; | ||||||
| 1640 | |||||||
| 1641 | =item C |
||||||
| 1642 | |||||||
| 1643 | see L |
||||||
| 1644 | |||||||
| 1645 | =cut | ||||||
| 1646 | *put_prop_string = \&aperl_duk_put_prop_string; | ||||||
| 1647 | |||||||
| 1648 | =item C |
||||||
| 1649 | |||||||
| 1650 | see L |
||||||
| 1651 | |||||||
| 1652 | =cut | ||||||
| 1653 | *random = \&aperl_duk_random; | ||||||
| 1654 | |||||||
| 1655 | =item C |
||||||
| 1656 | |||||||
| 1657 | see L |
||||||
| 1658 | |||||||
| 1659 | =cut | ||||||
| 1660 | *range_error_va = \&aperl_duk_range_error_va; | ||||||
| 1661 | |||||||
| 1662 | =item C |
||||||
| 1663 | |||||||
| 1664 | see L |
||||||
| 1665 | |||||||
| 1666 | =cut | ||||||
| 1667 | *realloc = \&aperl_duk_realloc; | ||||||
| 1668 | |||||||
| 1669 | =item C |
||||||
| 1670 | |||||||
| 1671 | see L |
||||||
| 1672 | |||||||
| 1673 | =cut | ||||||
| 1674 | *realloc_raw = \&aperl_duk_realloc_raw; | ||||||
| 1675 | |||||||
| 1676 | =item C |
||||||
| 1677 | |||||||
| 1678 | see L |
||||||
| 1679 | |||||||
| 1680 | =cut | ||||||
| 1681 | *reference_error_va = \&aperl_duk_reference_error_va; | ||||||
| 1682 | |||||||
| 1683 | =item C |
||||||
| 1684 | |||||||
| 1685 | see L |
||||||
| 1686 | |||||||
| 1687 | =cut | ||||||
| 1688 | *remove = \&aperl_duk_remove; | ||||||
| 1689 | |||||||
| 1690 | =item C |
||||||
| 1691 | |||||||
| 1692 | see L |
||||||
| 1693 | |||||||
| 1694 | =cut | ||||||
| 1695 | *replace = \&aperl_duk_replace; | ||||||
| 1696 | |||||||
| 1697 | =item C |
||||||
| 1698 | |||||||
| 1699 | see L |
||||||
| 1700 | |||||||
| 1701 | =cut | ||||||
| 1702 | *require_boolean = \&aperl_duk_require_boolean; | ||||||
| 1703 | |||||||
| 1704 | =item C |
||||||
| 1705 | |||||||
| 1706 | see L |
||||||
| 1707 | |||||||
| 1708 | =cut | ||||||
| 1709 | *require_buffer = \&aperl_duk_require_buffer; | ||||||
| 1710 | |||||||
| 1711 | =item C |
||||||
| 1712 | |||||||
| 1713 | see L |
||||||
| 1714 | |||||||
| 1715 | =cut | ||||||
| 1716 | *require_buffer_data = \&aperl_duk_require_buffer_data; | ||||||
| 1717 | |||||||
| 1718 | =item C |
||||||
| 1719 | |||||||
| 1720 | see L |
||||||
| 1721 | |||||||
| 1722 | =cut | ||||||
| 1723 | *require_c_function = \&aperl_duk_require_c_function; | ||||||
| 1724 | |||||||
| 1725 | =item C |
||||||
| 1726 | |||||||
| 1727 | see L |
||||||
| 1728 | |||||||
| 1729 | =cut | ||||||
| 1730 | *require_callable = \&aperl_duk_require_callable; | ||||||
| 1731 | |||||||
| 1732 | =item C |
||||||
| 1733 | |||||||
| 1734 | see L |
||||||
| 1735 | |||||||
| 1736 | =cut | ||||||
| 1737 | *require_context = \&aperl_duk_require_context; | ||||||
| 1738 | |||||||
| 1739 | =item C |
||||||
| 1740 | |||||||
| 1741 | see L |
||||||
| 1742 | |||||||
| 1743 | =cut | ||||||
| 1744 | *require_function = \&aperl_duk_require_function; | ||||||
| 1745 | |||||||
| 1746 | =item C |
||||||
| 1747 | |||||||
| 1748 | see L |
||||||
| 1749 | |||||||
| 1750 | =cut | ||||||
| 1751 | *require_heapptr = \&aperl_duk_require_heapptr; | ||||||
| 1752 | |||||||
| 1753 | =item C |
||||||
| 1754 | |||||||
| 1755 | see L |
||||||
| 1756 | |||||||
| 1757 | =cut | ||||||
| 1758 | *require_int = \&aperl_duk_require_int; | ||||||
| 1759 | |||||||
| 1760 | =item C |
||||||
| 1761 | |||||||
| 1762 | see L |
||||||
| 1763 | |||||||
| 1764 | =cut | ||||||
| 1765 | *require_lstring = \&aperl_duk_require_lstring; | ||||||
| 1766 | |||||||
| 1767 | =item C |
||||||
| 1768 | |||||||
| 1769 | see L |
||||||
| 1770 | |||||||
| 1771 | =cut | ||||||
| 1772 | *require_normalize_index = \&aperl_duk_require_normalize_index; | ||||||
| 1773 | |||||||
| 1774 | =item C |
||||||
| 1775 | |||||||
| 1776 | see L |
||||||
| 1777 | |||||||
| 1778 | =cut | ||||||
| 1779 | *require_null = \&aperl_duk_require_null; | ||||||
| 1780 | |||||||
| 1781 | =item C |
||||||
| 1782 | |||||||
| 1783 | see L |
||||||
| 1784 | |||||||
| 1785 | =cut | ||||||
| 1786 | *require_number = \&aperl_duk_require_number; | ||||||
| 1787 | |||||||
| 1788 | =item C |
||||||
| 1789 | |||||||
| 1790 | see L |
||||||
| 1791 | |||||||
| 1792 | =cut | ||||||
| 1793 | *require_object = \&aperl_duk_require_object; | ||||||
| 1794 | |||||||
| 1795 | =item C |
||||||
| 1796 | |||||||
| 1797 | see L |
||||||
| 1798 | |||||||
| 1799 | =cut | ||||||
| 1800 | *require_object_coercible = \&aperl_duk_require_object_coercible; | ||||||
| 1801 | |||||||
| 1802 | =item C |
||||||
| 1803 | |||||||
| 1804 | see L |
||||||
| 1805 | |||||||
| 1806 | =cut | ||||||
| 1807 | *require_pointer = \&aperl_duk_require_pointer; | ||||||
| 1808 | |||||||
| 1809 | =item C |
||||||
| 1810 | |||||||
| 1811 | see L |
||||||
| 1812 | |||||||
| 1813 | =cut | ||||||
| 1814 | *require_stack = \&aperl_duk_require_stack; | ||||||
| 1815 | |||||||
| 1816 | =item C |
||||||
| 1817 | |||||||
| 1818 | see L |
||||||
| 1819 | |||||||
| 1820 | =cut | ||||||
| 1821 | *require_stack_top = \&aperl_duk_require_stack_top; | ||||||
| 1822 | |||||||
| 1823 | =item C |
||||||
| 1824 | |||||||
| 1825 | see L |
||||||
| 1826 | |||||||
| 1827 | =cut | ||||||
| 1828 | *require_string = \&aperl_duk_require_string; | ||||||
| 1829 | |||||||
| 1830 | =item C |
||||||
| 1831 | |||||||
| 1832 | see L |
||||||
| 1833 | |||||||
| 1834 | =cut | ||||||
| 1835 | *require_top_index = \&aperl_duk_require_top_index; | ||||||
| 1836 | |||||||
| 1837 | =item C |
||||||
| 1838 | |||||||
| 1839 | see L |
||||||
| 1840 | |||||||
| 1841 | =cut | ||||||
| 1842 | *require_type_mask = \&aperl_duk_require_type_mask; | ||||||
| 1843 | |||||||
| 1844 | =item C |
||||||
| 1845 | |||||||
| 1846 | see L |
||||||
| 1847 | |||||||
| 1848 | =cut | ||||||
| 1849 | *require_uint = \&aperl_duk_require_uint; | ||||||
| 1850 | |||||||
| 1851 | =item C |
||||||
| 1852 | |||||||
| 1853 | see L |
||||||
| 1854 | |||||||
| 1855 | =cut | ||||||
| 1856 | *require_undefined = \&aperl_duk_require_undefined; | ||||||
| 1857 | |||||||
| 1858 | =item C |
||||||
| 1859 | |||||||
| 1860 | see L |
||||||
| 1861 | |||||||
| 1862 | =cut | ||||||
| 1863 | *require_valid_index = \&aperl_duk_require_valid_index; | ||||||
| 1864 | |||||||
| 1865 | =item C |
||||||
| 1866 | |||||||
| 1867 | see L |
||||||
| 1868 | |||||||
| 1869 | =cut | ||||||
| 1870 | *resize_buffer = \&aperl_duk_resize_buffer; | ||||||
| 1871 | |||||||
| 1872 | =item C |
||||||
| 1873 | |||||||
| 1874 | see L |
||||||
| 1875 | |||||||
| 1876 | =cut | ||||||
| 1877 | *resume = \&aperl_duk_resume; | ||||||
| 1878 | |||||||
| 1879 | =item C |
||||||
| 1880 | |||||||
| 1881 | see L |
||||||
| 1882 | |||||||
| 1883 | =cut | ||||||
| 1884 | *safe_call = \&aperl_duk_safe_call; | ||||||
| 1885 | |||||||
| 1886 | =item C |
||||||
| 1887 | |||||||
| 1888 | see L |
||||||
| 1889 | |||||||
| 1890 | =cut | ||||||
| 1891 | *safe_to_lstring = \&aperl_duk_safe_to_lstring; | ||||||
| 1892 | |||||||
| 1893 | =item C |
||||||
| 1894 | |||||||
| 1895 | see L |
||||||
| 1896 | |||||||
| 1897 | =cut | ||||||
| 1898 | *safe_to_string = \&aperl_duk_safe_to_string; | ||||||
| 1899 | |||||||
| 1900 | =item C |
||||||
| 1901 | |||||||
| 1902 | see L |
||||||
| 1903 | |||||||
| 1904 | =cut | ||||||
| 1905 | *samevalue = \&aperl_duk_samevalue; | ||||||
| 1906 | |||||||
| 1907 | =item C |
||||||
| 1908 | |||||||
| 1909 | see L |
||||||
| 1910 | |||||||
| 1911 | =cut | ||||||
| 1912 | *seal = \&aperl_duk_seal; | ||||||
| 1913 | |||||||
| 1914 | =item C |
||||||
| 1915 | |||||||
| 1916 | see L |
||||||
| 1917 | |||||||
| 1918 | =cut | ||||||
| 1919 | *set_finalizer = \&aperl_duk_set_finalizer; | ||||||
| 1920 | |||||||
| 1921 | =item C |
||||||
| 1922 | |||||||
| 1923 | see L |
||||||
| 1924 | |||||||
| 1925 | =cut | ||||||
| 1926 | *set_global_object = \&aperl_duk_set_global_object; | ||||||
| 1927 | |||||||
| 1928 | =item C |
||||||
| 1929 | |||||||
| 1930 | see L |
||||||
| 1931 | |||||||
| 1932 | =cut | ||||||
| 1933 | *set_length = \&aperl_duk_set_length; | ||||||
| 1934 | |||||||
| 1935 | =item C |
||||||
| 1936 | |||||||
| 1937 | see L |
||||||
| 1938 | |||||||
| 1939 | =cut | ||||||
| 1940 | *set_magic = \&aperl_duk_set_magic; | ||||||
| 1941 | |||||||
| 1942 | =item C |
||||||
| 1943 | |||||||
| 1944 | see L |
||||||
| 1945 | |||||||
| 1946 | =cut | ||||||
| 1947 | *set_prototype = \&aperl_duk_set_prototype; | ||||||
| 1948 | |||||||
| 1949 | =item C |
||||||
| 1950 | |||||||
| 1951 | see L |
||||||
| 1952 | |||||||
| 1953 | =cut | ||||||
| 1954 | *set_top = \&aperl_duk_set_top; | ||||||
| 1955 | |||||||
| 1956 | =item C |
||||||
| 1957 | |||||||
| 1958 | see L |
||||||
| 1959 | |||||||
| 1960 | =cut | ||||||
| 1961 | *steal_buffer = \&aperl_duk_steal_buffer; | ||||||
| 1962 | |||||||
| 1963 | =item C |
||||||
| 1964 | |||||||
| 1965 | see L |
||||||
| 1966 | |||||||
| 1967 | =cut | ||||||
| 1968 | *strict_equals = \&aperl_duk_strict_equals; | ||||||
| 1969 | |||||||
| 1970 | =item C |
||||||
| 1971 | |||||||
| 1972 | see L |
||||||
| 1973 | |||||||
| 1974 | =cut | ||||||
| 1975 | *substring = \&aperl_duk_substring; | ||||||
| 1976 | |||||||
| 1977 | =item C |
||||||
| 1978 | |||||||
| 1979 | see L |
||||||
| 1980 | |||||||
| 1981 | =cut | ||||||
| 1982 | *suspend = \&aperl_duk_suspend; | ||||||
| 1983 | |||||||
| 1984 | =item C |
||||||
| 1985 | |||||||
| 1986 | see L |
||||||
| 1987 | |||||||
| 1988 | =cut | ||||||
| 1989 | *swap = \&aperl_duk_swap; | ||||||
| 1990 | |||||||
| 1991 | =item C |
||||||
| 1992 | |||||||
| 1993 | see L |
||||||
| 1994 | |||||||
| 1995 | =cut | ||||||
| 1996 | *swap_top = \&aperl_duk_swap_top; | ||||||
| 1997 | |||||||
| 1998 | =item C |
||||||
| 1999 | |||||||
| 2000 | see L |
||||||
| 2001 | |||||||
| 2002 | =cut | ||||||
| 2003 | *syntax_error_va = \&aperl_duk_syntax_error_va; | ||||||
| 2004 | |||||||
| 2005 | =item C |
||||||
| 2006 | |||||||
| 2007 | see L |
||||||
| 2008 | |||||||
| 2009 | =cut | ||||||
| 2010 | *throw = \&aperl_duk_throw; | ||||||
| 2011 | |||||||
| 2012 | =item C |
||||||
| 2013 | |||||||
| 2014 | see L |
||||||
| 2015 | |||||||
| 2016 | =cut | ||||||
| 2017 | *time_to_components = \&aperl_duk_time_to_components; | ||||||
| 2018 | |||||||
| 2019 | =item C |
||||||
| 2020 | |||||||
| 2021 | see L |
||||||
| 2022 | |||||||
| 2023 | =cut | ||||||
| 2024 | *to_boolean = \&aperl_duk_to_boolean; | ||||||
| 2025 | |||||||
| 2026 | =item C |
||||||
| 2027 | |||||||
| 2028 | see L |
||||||
| 2029 | |||||||
| 2030 | =cut | ||||||
| 2031 | *to_buffer = \&aperl_duk_to_buffer; | ||||||
| 2032 | |||||||
| 2033 | =item C |
||||||
| 2034 | |||||||
| 2035 | see L |
||||||
| 2036 | |||||||
| 2037 | =cut | ||||||
| 2038 | *to_dynamic_buffer = \&aperl_duk_to_dynamic_buffer; | ||||||
| 2039 | |||||||
| 2040 | =item C |
||||||
| 2041 | |||||||
| 2042 | see L |
||||||
| 2043 | |||||||
| 2044 | =cut | ||||||
| 2045 | *to_fixed_buffer = \&aperl_duk_to_fixed_buffer; | ||||||
| 2046 | |||||||
| 2047 | =item C |
||||||
| 2048 | |||||||
| 2049 | see L |
||||||
| 2050 | |||||||
| 2051 | =cut | ||||||
| 2052 | *to_int = \&aperl_duk_to_int; | ||||||
| 2053 | |||||||
| 2054 | =item C |
||||||
| 2055 | |||||||
| 2056 | see L |
||||||
| 2057 | |||||||
| 2058 | =cut | ||||||
| 2059 | *to_int32 = \&aperl_duk_to_int32; | ||||||
| 2060 | |||||||
| 2061 | =item C |
||||||
| 2062 | |||||||
| 2063 | see L |
||||||
| 2064 | |||||||
| 2065 | =cut | ||||||
| 2066 | *to_lstring = \&aperl_duk_to_lstring; | ||||||
| 2067 | |||||||
| 2068 | =item C |
||||||
| 2069 | |||||||
| 2070 | see L |
||||||
| 2071 | |||||||
| 2072 | =cut | ||||||
| 2073 | *to_null = \&aperl_duk_to_null; | ||||||
| 2074 | |||||||
| 2075 | =item C |
||||||
| 2076 | |||||||
| 2077 | see L |
||||||
| 2078 | |||||||
| 2079 | =cut | ||||||
| 2080 | *to_number = \&aperl_duk_to_number; | ||||||
| 2081 | |||||||
| 2082 | =item C |
||||||
| 2083 | |||||||
| 2084 | see L |
||||||
| 2085 | |||||||
| 2086 | =cut | ||||||
| 2087 | *to_object = \&aperl_duk_to_object; | ||||||
| 2088 | |||||||
| 2089 | =item C |
||||||
| 2090 | |||||||
| 2091 | see L |
||||||
| 2092 | |||||||
| 2093 | =cut | ||||||
| 2094 | *to_pointer = \&aperl_duk_to_pointer; | ||||||
| 2095 | |||||||
| 2096 | =item C |
||||||
| 2097 | |||||||
| 2098 | see L |
||||||
| 2099 | |||||||
| 2100 | =cut | ||||||
| 2101 | *to_primitive = \&aperl_duk_to_primitive; | ||||||
| 2102 | |||||||
| 2103 | =item C |
||||||
| 2104 | |||||||
| 2105 | see L |
||||||
| 2106 | |||||||
| 2107 | =cut | ||||||
| 2108 | *to_string = \&aperl_duk_to_string; | ||||||
| 2109 | |||||||
| 2110 | =item C |
||||||
| 2111 | |||||||
| 2112 | see L |
||||||
| 2113 | |||||||
| 2114 | =cut | ||||||
| 2115 | *to_uint = \&aperl_duk_to_uint; | ||||||
| 2116 | |||||||
| 2117 | =item C |
||||||
| 2118 | |||||||
| 2119 | see L |
||||||
| 2120 | |||||||
| 2121 | =cut | ||||||
| 2122 | *to_uint16 = \&aperl_duk_to_uint16; | ||||||
| 2123 | |||||||
| 2124 | =item C |
||||||
| 2125 | |||||||
| 2126 | see L |
||||||
| 2127 | |||||||
| 2128 | =cut | ||||||
| 2129 | *to_uint32 = \&aperl_duk_to_uint32; | ||||||
| 2130 | |||||||
| 2131 | =item C |
||||||
| 2132 | |||||||
| 2133 | see L |
||||||
| 2134 | |||||||
| 2135 | =cut | ||||||
| 2136 | *to_undefined = \&aperl_duk_to_undefined; | ||||||
| 2137 | |||||||
| 2138 | =item C |
||||||
| 2139 | |||||||
| 2140 | see L |
||||||
| 2141 | |||||||
| 2142 | =cut | ||||||
| 2143 | *trim = \&aperl_duk_trim; | ||||||
| 2144 | |||||||
| 2145 | =item C |
||||||
| 2146 | |||||||
| 2147 | see L |
||||||
| 2148 | |||||||
| 2149 | =cut | ||||||
| 2150 | *type_error_va = \&aperl_duk_type_error_va; | ||||||
| 2151 | |||||||
| 2152 | =item C |
||||||
| 2153 | |||||||
| 2154 | see L |
||||||
| 2155 | |||||||
| 2156 | =cut | ||||||
| 2157 | *uri_error_va = \&aperl_duk_uri_error_va; | ||||||
| 2158 | |||||||
| 2159 | |||||||
| 2160 | =back | ||||||
| 2161 | |||||||
| 2162 | =cut | ||||||
| 2163 | 1; |