Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h172 ecma_value_t ecma_op_create_regexp_from_pattern (ecma_object_t *regexp_obj_p,
Decma-regexp-object.c295 ecma_op_create_regexp_from_pattern (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_create_regexp_from_pattern() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp.c174 ret_value = ecma_op_create_regexp_from_pattern (new_target_obj_p, pattern_value, flags_value); in ecma_builtin_regexp_dispatch_helper()
Decma-builtin-string-prototype.c331 …ecma_value_t new_regexp = ecma_op_create_regexp_from_pattern (regexp_obj_p, regexp_arg, ECMA_VALUE… in ecma_builtin_string_prototype_object_match()
364 …ecma_value_t new_regexp = ecma_op_create_regexp_from_pattern (regexp_obj_p, regexp_arg, ECMA_VALUE… in ecma_builtin_string_prototype_object_match()
641 ecma_value_t new_regexp = ecma_op_create_regexp_from_pattern (new_regexp_obj_p, in ecma_builtin_string_prototype_object_search()
Decma-builtin-regexp-prototype.c414 ecma_value_t ret_value = ecma_op_create_regexp_from_pattern (this_obj_p, pattern_arg, flags_arg); in ecma_builtin_regexp_prototype_compile()