Home
last modified time | relevance | path

Searched defs:regexp_obj_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c239 ecma_extended_object_t *regexp_obj_p = (ecma_extended_object_t *) new_object_p; in ecma_op_regexp_alloc() local
258 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
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c385 ecma_extended_object_t *regexp_obj_p = (ecma_extended_object_t *) this_obj_p; in ecma_builtin_regexp_prototype_compile() local
Decma-builtin-string-prototype.c323 ecma_object_t *regexp_obj_p = ecma_op_regexp_alloc (NULL); in ecma_builtin_string_prototype_object_match() local
657 ecma_object_t *regexp_obj_p = ecma_get_object_from_value (new_regexp); in ecma_builtin_string_prototype_object_search() local
/third_party/jerryscript/jerry-core/vm/
Dvm.c464 ecma_object_t *regexp_obj_p = ecma_op_regexp_alloc (NULL); in vm_construct_literal_object() local
/third_party/jerryscript/jerry-core/api/
Djerry.c1823 ecma_object_t *regexp_obj_p = ecma_op_regexp_alloc (NULL); in jerry_create_regexp_sz() local