Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2005 jmem_cpointer_t target_cp; in ecma_op_object_is_prototype_of() local
2015 target_cp = ecma_proxy_object_prototype_to_cp (target_proto); in ecma_op_object_is_prototype_of()
2020 target_cp = ecma_op_ordinary_object_get_prototype_of (target_p); in ecma_op_object_is_prototype_of()
2025 if (target_cp == JMEM_CP_NULL) in ecma_op_object_is_prototype_of()
2030 target_p = ECMA_GET_NON_NULL_POINTER (ecma_object_t, target_cp); in ecma_op_object_is_prototype_of()