Home
last modified time | relevance | path

Searched refs:JERRY_DEBUGGER_CONFIGURATION (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.h129 JERRY_DEBUGGER_CONFIGURATION = 1, /**< debugger configuration */ enumerator
H A Ddebugger.c1290 configuration_p->type = JERRY_DEBUGGER_CONFIGURATION; in jerry_debugger_send_configuration()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py29 JERRY_DEBUGGER_CONFIGURATION = 1 variable
310 if len(result) != config_size or ord(result[0]) != JERRY_DEBUGGER_CONFIGURATION:

Completed in 5 milliseconds