Home
last modified time | relevance | path

Searched refs:this_argument (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c286 ecma_builtin_string_prototype_object_match (ecma_value_t this_argument, /**< this argument */ in ecma_builtin_string_prototype_object_match() argument
307 ecma_value_t result = ecma_op_function_call (matcher_method, regexp_arg, &this_argument, 1); in ecma_builtin_string_prototype_object_match()
314 ecma_string_t *this_str_p = ecma_op_to_string (this_argument); in ecma_builtin_string_prototype_object_match()
354 return ecma_regexp_match_helper (regexp_arg, this_argument); in ecma_builtin_string_prototype_object_match()
372 ecma_value_t result = ecma_regexp_match_helper (new_regexp, this_argument); in ecma_builtin_string_prototype_object_match()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.h103 ecma_value_t this_argument,
Decma-proxy-object.c1697 ecma_value_t this_argument, /**< this argument to invoke the function */ in ecma_proxy_object_call() argument
1723 return ecma_op_function_call (target_obj_p, this_argument, args_p, argc); in ecma_proxy_object_call()
1728 ecma_value_t value_array[] = {target, this_argument, args_array}; in ecma_proxy_object_call()