Searched refs:JERRY_DEBUGGER_SCOPE_CLOSURE (Results 1 – 3 of 3) sorted by relevance
247 JERRY_DEBUGGER_SCOPE_CLOSURE = 3, /**< closure */ enumerator
258 message_type_p->string[buffer_pos++] = JERRY_DEBUGGER_SCOPE_CLOSURE; in jerry_debugger_send_scope_chain()
106 JERRY_DEBUGGER_SCOPE_CLOSURE = 3 variable1244 elif ord(level) == JERRY_DEBUGGER_SCOPE_CLOSURE: