Searched refs:old_new_target_p (Results 1 – 2 of 2) sorted by relevance
1077 ecma_object_t *old_new_target_p = JERRY_CONTEXT (current_new_target); in ecma_op_function_call() local1100 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() local1175 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() local1282 JERRY_CONTEXT (current_new_target) = old_new_target_p; in ecma_op_function_construct()
1655 ecma_object_t *old_new_target_p = JERRY_CONTEXT (current_new_target); in jerry_create_promise() local1657 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() local4534 if (old_new_target_p == NULL) in jerry_create_container()4544 JERRY_CONTEXT (current_new_target) = old_new_target_p; in jerry_create_container()