Searched defs:regexp_obj_p (Results 1 – 5 of 5) sorted by relevance
239 ecma_extended_object_t *regexp_obj_p = (ecma_extended_object_t *) new_object_p; in ecma_op_regexp_alloc() local258 ecma_op_regexp_initialize (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_regexp_initialize()295 ecma_op_create_regexp_from_pattern (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_create_regexp_from_pattern()352 ecma_op_create_regexp_from_bytecode (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_create_regexp_from_bytecode()373 ecma_op_create_regexp_with_flags (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_create_regexp_with_flags()2027 ecma_object_t *const regexp_obj_p = ecma_get_object_from_value (this_arg); in ecma_regexp_split_helper() local
385 ecma_extended_object_t *regexp_obj_p = (ecma_extended_object_t *) this_obj_p; in ecma_builtin_regexp_prototype_compile() local
323 ecma_object_t *regexp_obj_p = ecma_op_regexp_alloc (NULL); in ecma_builtin_string_prototype_object_match() local657 ecma_object_t *regexp_obj_p = ecma_get_object_from_value (new_regexp); in ecma_builtin_string_prototype_object_search() local
464 ecma_object_t *regexp_obj_p = ecma_op_regexp_alloc (NULL); in vm_construct_literal_object() local
1823 ecma_object_t *regexp_obj_p = ecma_op_regexp_alloc (NULL); in jerry_create_regexp_sz() local