Home
last modified time | relevance | path

Searched refs:opfunc_init_class (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dopcodes.h132 opfunc_init_class (vm_frame_ctx_t *frame_context_p, ecma_value_t *stack_top_p);
Dopcodes.c933 opfunc_init_class (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_init_class() function
Dvm.c1948 result = opfunc_init_class (frame_ctx_p, stack_top_p); in vm_loop()