| /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, /**< function object */ in jerryx_handler_resource_name() argument
|
| H A D | handler-gc.c | 24 jerryx_handler_gc (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_gc() argument
|
| H A D | handler-assert.c | 32 jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_fatal() argument 103 jerryx_handler_assert_throw (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_throw() argument 128 jerryx_handler_assert (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert() argument
|
| H A D | handler-print.c | 40 jerryx_handler_print (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_print() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-regression-3588.cpp | 25 construct_handler (const jerry_value_t func_obj_val, /**< function object */ in construct_handler() argument
|
| H A D | test-newtarget.cpp | 51 construct_handler (const jerry_value_t func_obj_val, /**< function object */ in construct_handler() argument
|
| H A D | test-typedarray.cpp | 54 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() argument
|
| H A D | test-promise.cpp | 40 create_promise1_handler (const jerry_value_t func_obj_val, /**< function object */ in create_promise1_handler() argument 57 create_promise2_handler (const jerry_value_t func_obj_val, /**< function object */ in create_promise2_handler() argument 74 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() argument
|
| H A D | test-arraybuffer.cpp | 42 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() argument
|
| H A D | test-api.cpp | 67 handler (const jerry_value_t func_obj_val, /**< function object */ in handler() argument 95 handler_throw_test (const jerry_value_t func_obj_val, /**< function object */ in handler_throw_test() argument 143 handler_construct (const jerry_value_t func_obj_val, /**< function object */ in handler_construct() argument
|
| /third_party/jerryscript/tests/unit-ext/ |
| H A D | test-ext-arg.c | 109 test_validator1_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator1_handler() argument 213 test_validator2_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator2_handler() argument 259 test_validator3_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator3_handler() argument 326 test_validator_prop1_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator_prop1_handler() argument 369 test_validator_prop2_handler (const jerry_value_t func_obj_val, /**< function object */ in 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...] |
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 2866 jerry_call_function (const jerry_value_t func_obj_val, /**< function object to call */ in jerry_call_function() argument 2812 jerry_invoke_function(bool is_invoke_as_constructor, const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_size_t args_count) jerry_invoke_function() argument 2915 jerry_construct_object(const jerry_value_t func_obj_val, const jerry_value_t args_p[], jerry_size_t args_count) jerry_construct_object() argument [all...] |