Searched refs:literal_string_p (Results 1 – 1 of 1) sorted by relevance
303 ecma_string_t *literal_string_p = ecma_op_to_string (literal); in static_snapshot_error_unsupported_literal() local304 JERRY_ASSERT (literal_string_p != NULL); in static_snapshot_error_unsupported_literal()306 ecma_stringbuilder_append (&builder, literal_string_p); in static_snapshot_error_unsupported_literal()308 ecma_deref_ecma_string (literal_string_p); in static_snapshot_error_unsupported_literal()