Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp.c72 ecma_value_t regexp_value = ecma_op_is_regexp (pattern_value); in ecma_builtin_regexp_dispatch_helper()
Decma-builtin-helpers.c526 ecma_value_t regexp = ecma_op_is_regexp (arg1); in ecma_builtin_helper_string_prototype_object_index_of()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h78 ecma_value_t ecma_op_is_regexp (ecma_value_t arg);
Decma-objects.c2930 ecma_op_is_regexp (ecma_value_t arg) /**< argument */ in ecma_op_is_regexp() function