| /third_party/jerryscript/jerry-ext/handler/ |
| H A D | handler-resource-name.c | 29 jerryx_handler_resource_name(const jerry_value_t func_obj_val, const jerry_value_t this_p, const jerry_value_t args_p[], const jerry_length_t args_cnt) jerryx_handler_resource_name() argument
|
| H A D | handler-gc.c | 24 jerryx_handler_gc(const jerry_value_t func_obj_val, const jerry_value_t this_p, const jerry_value_t args_p[], const jerry_length_t args_cnt) jerryx_handler_gc() argument
|
| H A D | handler-assert.c | 32 jerryx_handler_assert_fatal(const jerry_value_t func_obj_val, const jerry_value_t this_p, const jerry_value_t args_p[], const jerry_length_t args_cnt) jerryx_handler_assert_fatal() argument 103 jerryx_handler_assert_throw(const jerry_value_t func_obj_val, const jerry_value_t this_p, const jerry_value_t args_p[], const jerry_length_t args_cnt) jerryx_handler_assert_throw() argument 128 jerryx_handler_assert(const jerry_value_t func_obj_val, const jerry_value_t this_p, const jerry_value_t args_p[], const jerry_length_t args_cnt) jerryx_handler_assert() argument
|
| H A D | handler-print.c | 40 jerryx_handler_print(const jerry_value_t func_obj_val, const jerry_value_t this_p, const jerry_value_t args_p[], const jerry_length_t args_cnt) jerryx_handler_print() argument
|
| /third_party/jerryscript/targets/particle/source/ |
| H A D | main.cpp | 25 set_led(const jerry_value_t func_value, const jerry_value_t this_value, const jerry_value_t *args_p, const jerry_length_t args_cnt) set_led() argument 49 js_delay(const jerry_value_t func_value, const jerry_value_t this_value, const jerry_value_t *args_p, const jerry_length_t args_cnt) js_delay() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-native-instanceof.cpp | 25 external_function(const jerry_value_t function_obj, const jerry_value_t this_arg, const jerry_value_t args_p[], const jerry_size_t args_count) external_function() argument
|
| H A D | test-api-value-type.cpp | 31 test_ext_function(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_ext_function() argument
|
| H A D | test-regression-3588.cpp | 25 construct_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) construct_handler() argument
|
| H A D | test-abort.cpp | 24 callback_func(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) callback_func() argument
|
| H A D | test-newtarget.cpp | 51 construct_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) construct_handler() argument
|
| H A D | test-typedarray.cpp | 54 assert_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) assert_handler() argument
|
| H A D | test-proxy.cpp | 63 handler_get(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handler_get() argument 89 handler_set(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handler_set() argument [all...] |
| H A D | test-promise.cpp | 40 create_promise1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_promise1_handler() argument 57 create_promise2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_promise2_handler() argument 74 assert_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) assert_handler() argument
|
| H A D | test-resource-name.cpp | 24 resource_name_handler(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) resource_name_handler() argument
|
| H A D | test-objects-foreach.cpp | 169 jerry_value_t *args_p = (jerry_value_t *) context_p; in find_test_object_by_property() local
|
| H A D | test-arraybuffer.cpp | 42 assert_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) assert_handler() argument
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-objects-arguments.c | 56 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_data_p; in ecma_op_create_arguments_object() local 62 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_data_p; in ecma_op_create_arguments_object() local
|
| H A D | ecma-proxy-object.c | 107 ecma_proxy_revoke_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_proxy_revoke_cb() argument 1696 ecma_proxy_object_call(ecma_object_t *obj_p, ecma_value_t this_argument, const ecma_value_t *args_p, ecma_length_t argc) ecma_proxy_object_call() argument 1750 ecma_proxy_object_construct(ecma_object_t *obj_p, ecma_object_t *new_target_p, const ecma_value_t *args_p, ecma_length_t argc) ecma_proxy_object_construct() argument
|
| H A D | ecma-promise-object.c | 624 ecma_op_get_capabilities_executor_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_op_get_capabilities_executor_cb() argument
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-array.c | 219 ecma_value_t args_p[2] = { next_value, ecma_make_uint32_value (k) }; in ecma_builtin_array_object_from() local 338 ecma_value_t args_p[2] = { k_value, ecma_make_uint32_value (k) }; in ecma_builtin_array_object_from() local
|
| H A D | ecma-builtin-function-prototype.c | 288 ecma_value_t *args_p = (ecma_value_t *) (bound_func_p + 1); in ecma_builtin_function_prototype_object_bind() local
|
| /third_party/jerryscript/tests/unit-ext/module/ |
| H A D | jerry-module-test.c | 141 handle_clear_require_cache(const jerry_value_t js_function, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handle_clear_require_cache() argument 157 handle_require(const jerry_value_t js_function, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handle_require() argument
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-literal-storage.c | 374 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) compiled_code_p; in ecma_save_literals_add_compiled_code() local 389 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) compiled_code_p; in ecma_save_literals_add_compiled_code() local [all...] |
| H A D | ecma-gc.c | 269 ecma_value_t *args_p = (ecma_value_t *) (bound_func_p + 1); in ecma_gc_mark_bound_function_object() local 462 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in ecma_gc_mark_executable_object() local 467 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; in ecma_gc_mark_executable_object() local 859 cbc_uint16_arguments_t *args_p = (cbc_uint16_arguments_t *) bytecode_header_p; in ecma_gc_free_executable_object() local 866 cbc_uint8_arguments_t *args_p = (cbc_uint8_arguments_t *) bytecode_header_p; ecma_gc_free_executable_object() local 1324 ecma_value_t *args_p = (ecma_value_t *) (bound_func_p + 1); ecma_gc_free_object() local [all...] |
| /third_party/jerryscript/tests/unit-ext/ |
| H A D | test-ext-arg.c | 109 test_validator1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator1_handler() argument 213 test_validator2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator2_handler() argument 259 test_validator3_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator3_handler() argument 326 test_validator_prop1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_prop1_handler() argument 369 test_validator_prop2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_prop2_handler() argument 419 test_validator_prop3_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_prop3_handler() argument 459 test_validator_int1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_int1_handler() argument 514 test_validator_int2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_int2_handler() argument 564 test_validator_int3_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_int3_handler() argument 593 test_validator_array1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_array1_handler() argument 639 test_validator_array2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_array2_handler() argument 797 test_validator_restore_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_restore_handler() argument 856 create_object_a_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_object_a_handler() argument 876 create_object_b_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_object_b_handler() argument [all...] |