Searched defs:ecma_native_pointer_t (Results 1 – 1 of 1) sorted by relevance
306 typedef struct ecma_native_pointer_t struct310 struct ecma_native_pointer_t *next_p; /**< points to the next ecma_native_pointer_t element */ argument311 } ecma_native_pointer_t; typedef