Home
last modified time | relevance | path

Searched defs:this_val (Results 1 – 25 of 25) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c110 const jerry_value_t this_val, /**< this value */ in test_validator1_handler()
214 const jerry_value_t this_val, /**< this value */ in test_validator2_handler()
260 const jerry_value_t this_val, /**< this value */ in test_validator3_handler()
327 const jerry_value_t this_val, /**< this value */ in test_validator_prop1_handler()
370 const jerry_value_t this_val, /**< this value */ in test_validator_prop2_handler()
420 const jerry_value_t this_val, /**< this value */ in test_validator_prop3_handler()
460 const jerry_value_t this_val, /**< this value */ in test_validator_int1_handler()
515 const jerry_value_t this_val, /**< this value */ in test_validator_int2_handler()
565 const jerry_value_t this_val, /**< this value */ in test_validator_int3_handler()
594 const jerry_value_t this_val, /**< this value */ in test_validator_array1_handler()
[all …]
/third_party/jerryscript/tests/unit-core/
Dtest-promise.cpp41 const jerry_value_t this_val, /**< this value */ in create_promise1_handler()
58 const jerry_value_t this_val, /**< this value */ in create_promise2_handler()
75 const jerry_value_t this_val, /**< this arg */ in assert_handler()
Dtest-proxy.cpp64 const jerry_value_t this_val, /**< this arg */ in handler_get()
90 const jerry_value_t this_val, /**< this arg */ in handler_set()
Dtest-abort.cpp25 const jerry_value_t this_val, in callback_func()
Dtest-regression-3588.cpp26 const jerry_value_t this_val, /**< this arg */ in construct_handler()
Dtest-api.cpp68 const jerry_value_t this_val, /**< this value */ in handler()
96 const jerry_value_t this_val, /**< this value */ in handler_throw_test()
144 const jerry_value_t this_val, /**< this value */ in handler_construct()
Dtest-resource-name.cpp25 const jerry_value_t this_val, /**< this value */ in resource_name_handler()
Dtest-api-value-type.cpp32 const jerry_value_t this_val, /**< function this value */ in test_ext_function()
Dtest-api-binary-operations-instanceof.cpp34 const jerry_value_t this_val, /**< this */ in my_constructor()
Dtest-newtarget.cpp52 const jerry_value_t this_val, /**< this arg */ in construct_handler()
Dtest-arraybuffer.cpp43 const jerry_value_t this_val, /**< this arg */ in assert_handler()
Dtest-typedarray.cpp55 const jerry_value_t this_val, /**< this arg */ in assert_handler()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-map-iterator-prototype.c52 ecma_builtin_map_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_map_iterator_prototype_object_next()
Decma-builtin-iterator-prototype.c51 ecma_builtin_iterator_prototype_object_iterator (ecma_value_t this_val) /**< this argument */ in ecma_builtin_iterator_prototype_object_iterator()
Decma-builtin-set-iterator-prototype.c52 ecma_builtin_set_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_set_iterator_prototype_object_next()
Decma-builtin-string-iterator-prototype.c52 ecma_builtin_string_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_string_iterator_prototype_object_next()
Decma-builtin-array-iterator-prototype.c53 ecma_builtin_array_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_array_iterator_prototype_object_next()
/third_party/jerryscript/tests/unit-ext/module/
Djerry-module-test.c142 const jerry_value_t this_val, in handle_clear_require_cache()
158 const jerry_value_t this_val, in handle_require()
/third_party/jerryscript/jerry-ext/arg/
Darg.c71 jerryx_arg_transform_this_and_args (const jerry_value_t this_val, /**< the this_val for the externa… in jerryx_arg_transform_this_and_args()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c770const ecma_value_t this_val, /**< this_arg of the function */ in ecma_op_implicit_constructor_handler_cb()
794const ecma_value_t this_val, /**< this_arg of the function */ in ecma_op_implicit_constructor_handler_heritage_cb()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c695 ecma_op_typedarray_from_helper (ecma_value_t this_val, /**< this_arg for the above from function */ in ecma_op_typedarray_from_helper()
756 ecma_value_t this_val, /**< this_arg for the above map function */ in ecma_op_typedarray_from()
Decma-promise-object.c625 const ecma_value_t this_val, /**< this_arg of the function */ in ecma_op_get_capabilities_executor_cb()
Decma-container-object.c1121 ecma_op_container_iterator_next (ecma_value_t this_val, /**< this argument */ in ecma_op_container_iterator_next()
Decma-proxy-object.c108 const ecma_value_t this_val, /**< this_arg of the function */ in ecma_proxy_revoke_cb()
/third_party/jerryscript/jerry-core/api/
Djerry.c2816 const jerry_value_t this_val, /**< object value of 'this' binding */ in jerry_invoke_function()
2867 const jerry_value_t this_val, /**< object for 'this' binding */ in jerry_call_function()
2932 ecma_value_t this_val = ECMA_VALUE_UNDEFINED; in jerry_construct_object() local