Searched refs:current_function_obj_p (Results 1 – 5 of 5) sorted by relevance
65 JERRY_CONTEXT (current_function_obj_p) = NULL; in ecma_init()77 JERRY_ASSERT (JERRY_CONTEXT (current_function_obj_p) == NULL); in ecma_finalize()
237 ecma_object_t *current_function_obj_p; /** currently invoked function object member
819 ecma_object_t *old_function_object_p = JERRY_CONTEXT (current_function_obj_p); in ecma_op_function_call_simple()837 JERRY_CONTEXT (current_function_obj_p) = func_obj_p; in ecma_op_function_call_simple()896 JERRY_CONTEXT (current_function_obj_p) = old_function_object_p; in ecma_op_function_call_simple()
599 …object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_function_obj_p), in opfunc_create_executable_object()
1963 result = ecma_op_function_get_super_constructor (JERRY_CONTEXT (current_function_obj_p)); in vm_loop()