Searched refs:occurence_stack_last_p (Results 1 – 2 of 2) sorted by relevance
874 if (ecma_json_has_object_in_stack (context_p->occurence_stack_last_p, obj_p)) in ecma_builtin_json_serialize_object()881 stack_item.next_p = context_p->occurence_stack_last_p; in ecma_builtin_json_serialize_object()883 context_p->occurence_stack_last_p = &stack_item; in ecma_builtin_json_serialize_object()979 context_p->occurence_stack_last_p = stack_item.next_p; in ecma_builtin_json_serialize_object()1011 if (ecma_json_has_object_in_stack (context_p->occurence_stack_last_p, obj_p)) in ecma_builtin_json_serialize_array()1018 stack_item.next_p = context_p->occurence_stack_last_p; in ecma_builtin_json_serialize_array()1020 context_p->occurence_stack_last_p = &stack_item; in ecma_builtin_json_serialize_array()1103 context_p->occurence_stack_last_p = stack_item.next_p; in ecma_builtin_json_serialize_array()1361 context.occurence_stack_last_p = NULL; in ecma_builtin_json_string_from_object()1578 context.occurence_stack_last_p = NULL; in ecma_builtin_json_stringify()
200 ecma_json_occurence_stack_item_t *occurence_stack_last_p; member