Home
last modified time | relevance | path

Searched refs:old_new_target_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c1077 ecma_object_t *old_new_target_p = JERRY_CONTEXT (current_new_target); in ecma_op_function_call() local
1100 JERRY_CONTEXT (current_new_target) = old_new_target_p; in ecma_op_function_call()
1168 ecma_object_t *old_new_target_p = JERRY_CONTEXT (current_new_target); in ecma_op_function_construct_external() local
1175 JERRY_CONTEXT (current_new_target) = old_new_target_p; in ecma_op_function_construct_external()
1252 ecma_object_t *old_new_target_p = JERRY_CONTEXT (current_new_target); in ecma_op_function_construct() local
1282 JERRY_CONTEXT (current_new_target) = old_new_target_p; in ecma_op_function_construct()
/third_party/jerryscript/jerry-core/api/
Djerry.c1655 ecma_object_t *old_new_target_p = JERRY_CONTEXT (current_new_target); in jerry_create_promise() local
1657 if (old_new_target_p == NULL) in jerry_create_promise()
1664 JERRY_CONTEXT (current_new_target) = old_new_target_p; in jerry_create_promise()
4532 ecma_object_t * old_new_target_p = JERRY_CONTEXT (current_new_target); in jerry_create_container() local
4534 if (old_new_target_p == NULL) in jerry_create_container()
4544 JERRY_CONTEXT (current_new_target) = old_new_target_p; in jerry_create_container()