Home
last modified time | relevance | path

Searched refs:ecma_op_function_get_super_constructor (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h55 ecma_op_function_get_super_constructor (ecma_object_t *func_obj_p);
Decma-function-object.c684 ecma_op_function_get_super_constructor (ecma_object_t *func_obj_p) /**< function object */ in ecma_op_function_get_super_constructor() function
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c806 ecma_value_t super_ctor = ecma_op_function_get_super_constructor (func_obj_p); in ecma_op_implicit_constructor_handler_heritage_cb()
Dvm.c1963 result = ecma_op_function_get_super_constructor (JERRY_CONTEXT (current_function_obj_p)); in vm_loop()