File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -322,11 +322,12 @@ jerry_debugger_get_variable_type (ecma_value_t value) /**< input ecma value */
322
322
*
323
323
* It will copies the given scope values type, length and value into the outgoing message string.
324
324
*
325
+ * @param variable_type type (jerry_debugger_scope_variable_type_t)
325
326
* @return true - if the copy was successfully
326
327
* false - otherwise
327
328
*/
328
329
static bool
329
- jerry_debugger_copy_variables_to_string_message (uint8_t variable_type , /**< type (jerry_debugger_scope_variable_type_t) */
330
+ jerry_debugger_copy_variables_to_string_message (uint8_t variable_type , /**< type */
330
331
ecma_string_t * value_str , /**< property name or value string */
331
332
jerry_debugger_send_string_t * message_string_p , /**< msg pointer */
332
333
size_t * buffer_pos ) /**< string data position of the message */
You can’t perform that action at this time.
0 commit comments