Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h135 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ macro
161 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ macro
/third_party/jerryscript/jerry-core/vm/
Dvm.c3572 ECMA_SET_INTERNAL_VALUE_ANY_POINTER (stack_top_p[-2], prop_names_p); in vm_loop()