Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c1484 lit_magic_string_id_t string_id; in jerry_debugger_exception_object_to_string() local
1491 string_id = LIT_MAGIC_STRING_EVAL_ERROR_UL; in jerry_debugger_exception_object_to_string()
1496 string_id = LIT_MAGIC_STRING_RANGE_ERROR_UL; in jerry_debugger_exception_object_to_string()
1501 string_id = LIT_MAGIC_STRING_REFERENCE_ERROR_UL; in jerry_debugger_exception_object_to_string()
1506 string_id = LIT_MAGIC_STRING_SYNTAX_ERROR_UL; in jerry_debugger_exception_object_to_string()
1511 string_id = LIT_MAGIC_STRING_TYPE_ERROR_UL; in jerry_debugger_exception_object_to_string()
1516 string_id = LIT_MAGIC_STRING_URI_ERROR_UL; in jerry_debugger_exception_object_to_string()
1522 string_id = LIT_MAGIC_STRING_ERROR_UL; in jerry_debugger_exception_object_to_string()
1533 ecma_stringbuilder_append_magic (&builder, string_id); in jerry_debugger_exception_object_to_string()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc1466 uint32_t string_id; in ReadString() local
1467 if (!deserializer_.ReadUint32(&string_id) || string_id >= string_count_) { in ReadString()
1471 String string = String::cast(strings_.get(string_id)); in ReadString()
1474 strings_.set(string_id, string); in ReadString()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c192 uintptr_t string_id = (uintptr_t) (id + LIT_MAGIC_STRING__COUNT); in ecma_new_ecma_string_from_magic_string_ex_id() local
194 if (JERRY_LIKELY (string_id <= ECMA_DIRECT_STRING_MAX_IMM)) in ecma_new_ecma_string_from_magic_string_ex_id()
196 return (ecma_string_t *) ECMA_CREATE_DIRECT_STRING (ECMA_DIRECT_STRING_MAGIC, string_id); in ecma_new_ecma_string_from_magic_string_ex_id()

Completed in 10 milliseconds