Home
last modified time | relevance | path

Searched defs:args_p (Results 1 - 25 of 35) sorted by relevance

12

/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-resource-name.c29 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 Dhandler-gc.c24 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 Dhandler-assert.c32 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 Dhandler-print.c40 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 Dmain.cpp25 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 Dtest-native-instanceof.cpp25 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 Dtest-api-value-type.cpp31 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 Dtest-regression-3588.cpp25 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 Dtest-abort.cpp24 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 Dtest-newtarget.cpp51 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 Dtest-typedarray.cpp54 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 Dtest-proxy.cpp63 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 Dtest-promise.cpp40 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 Dtest-resource-name.cpp24 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 Dtest-objects-foreach.cpp169 jerry_value_t *args_p = (jerry_value_t *) context_p; in find_test_object_by_property() local
H A Dtest-arraybuffer.cpp42 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 Decma-objects-arguments.c56 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 Decma-proxy-object.c107 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 Decma-promise-object.c624 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 Decma-builtin-array.c219 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 Decma-builtin-function-prototype.c288 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 Djerry-module-test.c141 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 Decma-literal-storage.c374 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 Decma-gc.c269 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 Dtest-ext-arg.c109 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...]

Completed in 14 milliseconds

12