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/
H A Decma-builtin-regexp.c72 ecma_value_t regexp_value = ecma_op_is_regexp (pattern_value); in ecma_builtin_regexp_dispatch_helper()
H A 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/
H A Decma-objects.h78 ecma_value_t ecma_op_is_regexp (ecma_value_t arg);
H A Decma-objects.c2930 ecma_op_is_regexp (ecma_value_t arg) /**< argument */ in ecma_op_is_regexp() function
2953 } /* ecma_op_is_regexp */ in ecma_op_is_regexp()

Completed in 6 milliseconds