Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h58 PARSER_DEBUGGER_BREAKPOINT_APPENDED = (1u << 11), /**< pending (unsent) breakpoint enumerator
Djs-parser.c851 context_p->status_flags |= PARSER_DEBUGGER_BREAKPOINT_APPENDED; in parser_append_breakpoint_info()
961 && !(context_p->status_flags & PARSER_DEBUGGER_BREAKPOINT_APPENDED)) in parser_post_processing()