Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c3254 ecma_value_t full_unicode_value = ecma_op_object_get_by_magic_id (obj_p, LIT_MAGIC_STRING_UNICODE); in ecma_regexp_match_helper() local
3256 if (ECMA_IS_VALUE_ERROR (full_unicode_value)) in ecma_regexp_match_helper()
3259 return full_unicode_value; in ecma_regexp_match_helper()
3262 bool full_unicode = ecma_op_to_boolean (full_unicode_value); in ecma_regexp_match_helper()
3264 ecma_free_value (full_unicode_value); in ecma_regexp_match_helper()

Completed in 4 milliseconds