Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h44 #define ECMA_GET_POINTER(type, field) JMEM_CP_GET_POINTER (type, field) macro
174 ECMA_GET_POINTER (type, field)
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c3126 …ecma_object_t *current_proto_p = ECMA_GET_POINTER (ecma_object_t, ecma_op_ordinary_object_get_prot… in ecma_op_ordinary_object_set_prototype_of()
3168 iter_p = ECMA_GET_POINTER (ecma_object_t, ecma_op_ordinary_object_get_prototype_of (iter_p)); in ecma_op_ordinary_object_set_prototype_of()