Home
last modified time | relevance | path

Searched defs:message_string_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-error.c50 ecma_string_t *message_string_p = ecma_op_to_string (arguments_list_p[0]); in ecma_builtin_helper_error_dispatch_call() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c201 ecma_string_t *message_string_p) /**< message string */ in ecma_new_standard_error_with_message()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c343jerry_debugger_send_string_t *message_string_p, /**< msg pointer */ in jerry_debugger_copy_variables_to_string_message()
/third_party/jerryscript/jerry-core/api/
Djerry.c1519 ecma_string_t *message_string_p = ecma_new_ecma_string_from_utf8 ((lit_utf8_byte_t *) message_p, in jerry_create_error_sz() local