Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2937 ecma_value_t is_regexp = ecma_op_object_get_by_symbol_id (ecma_get_object_from_value (arg), in ecma_op_is_regexp() local
2940 if (ECMA_IS_VALUE_ERROR (is_regexp)) in ecma_op_is_regexp()
2942 return is_regexp; in ecma_op_is_regexp()
2945 if (!ecma_is_value_undefined (is_regexp)) in ecma_op_is_regexp()
2947 const bool to_bool = ecma_op_to_boolean (is_regexp); in ecma_op_is_regexp()
2948 ecma_free_value (is_regexp); in ecma_op_is_regexp()