Searched refs:ecma_op_create_regexp_from_pattern (Results 1 – 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.h | 172 ecma_value_t ecma_op_create_regexp_from_pattern (ecma_object_t *regexp_obj_p,
|
D | ecma-regexp-object.c | 295 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/ |
D | ecma-builtin-regexp.c | 174 ret_value = ecma_op_create_regexp_from_pattern (new_target_obj_p, pattern_value, flags_value); in ecma_builtin_regexp_dispatch_helper()
|
D | ecma-builtin-string-prototype.c | 331 …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()
|
D | ecma-builtin-regexp-prototype.c | 414 ecma_value_t ret_value = ecma_op_create_regexp_from_pattern (this_obj_p, pattern_arg, flags_arg); in ecma_builtin_regexp_prototype_compile()
|