Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h147 #define ECMA_GET_INTERNAL_VALUE_ANY_POINTER(type, field) \ macro
173 #define ECMA_GET_INTERNAL_VALUE_ANY_POINTER(type, field) \ macro
Decma-gc.c1118 … ecma_compiled_code_t *bytecode_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (ecma_compiled_code_t, in ecma_gc_free_object()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1680 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (re_compiled_code_t, in ecma_regexp_exec_helper()
2349 re_compiled_code_t *const bc_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (re_compiled_code_t, in ecma_regexp_split_helper()
2835 const re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (re_compiled_code_t, in ecma_regexp_replace_helper()