Home
last modified time | relevance | path

Searched refs:current_function_obj_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-init-finalize.c65 JERRY_CONTEXT (current_function_obj_p) = NULL; in ecma_init()
77 JERRY_ASSERT (JERRY_CONTEXT (current_function_obj_p) == NULL); in ecma_finalize()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h237 ecma_object_t *current_function_obj_p; /** currently invoked function object member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c819 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()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c599 …object_t *proto_p = ecma_op_get_prototype_from_constructor (JERRY_CONTEXT (current_function_obj_p), in opfunc_create_executable_object()
Dvm.c1963 result = ecma_op_function_get_super_constructor (JERRY_CONTEXT (current_function_obj_p)); in vm_loop()