Home
last modified time | relevance | path

Searched refs:literal_string_p (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c303 ecma_string_t *literal_string_p = ecma_op_to_string (literal); in static_snapshot_error_unsupported_literal() local
304 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()