Searched defs:bc_p (Results 1 - 6 of 6) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-regexp.c | 80 re_compiled_code_t *bc_p = NULL; in ecma_builtin_regexp_dispatch_helper() local
|
| H A D | ecma-builtin-regexp-prototype.c | 69 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_flags_helper() local 225 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_get_source() local 404 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, in ecma_builtin_regexp_prototype_compile() local
|
| H A D | ecma-builtins.c | 508 re_compiled_code_t *bc_p = re_compile_bytecode (ecma_get_magic_string (LIT_MAGIC_STRING_EMPTY_NON_CAPTURE_GROUP), in ecma_instantiate_builtin() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-regexp-object.h | 89 const uint8_t *bc_p; /**< group bytecode pointer */ member 100 const uint8_t *bc_p; /**< group bytecode pointer */ member
|
| H A D | ecma-regexp-object.c | 329 re_compiled_code_t *bc_p = re_compile_bytecode (pattern_str_p, flags); in ecma_op_create_regexp_from_pattern() local 258 ecma_op_regexp_initialize(ecma_object_t *regexp_obj_p, const re_compiled_code_t *bc_p, ecma_string_t *pattern_str_p, uint16_t flags) ecma_op_regexp_initialize() argument 352 ecma_op_create_regexp_from_bytecode(ecma_object_t *regexp_obj_p, re_compiled_code_t *bc_p) ecma_op_create_regexp_from_bytecode() argument 384 re_compiled_code_t *bc_p = re_compile_bytecode (pattern_str_p, flags); ecma_op_create_regexp_with_flags() local 599 ecma_regexp_run(ecma_regexp_ctx_t *re_ctx_p, const uint8_t *bc_p, const lit_utf8_byte_t *str_curr_p) ecma_regexp_run() argument 1542 ecma_regexp_match(ecma_regexp_ctx_t *re_ctx_p, const uint8_t *bc_p, const lit_utf8_byte_t *str_curr_p) ecma_regexp_match() argument 1616 ecma_regexp_initialize_context(ecma_regexp_ctx_t *ctx_p, const re_compiled_code_t *bc_p, const lit_utf8_byte_t *input_start_p, const lit_utf8_byte_t *input_end_p) ecma_regexp_initialize_context() argument 1680 re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_ANY_POINTER (re_compiled_code_t, ecma_regexp_exec_helper() local 2503 ecma_regexp_replace_helper_fast(ecma_replace_context_t *ctx_p, const re_compiled_code_t *bc_p, ecma_string_t *string_p, ecma_value_t replace_arg) ecma_regexp_replace_helper_fast() argument 2772 const re_compiled_code_t *bc_p = ECMA_GET_INTERNAL_VALUE_POINTER (re_compiled_code_t, ecma_regexp_replace_helper() local [all...] |
| /third_party/jerryscript/jerry-core/parser/regexp/ |
| H A D | re-bytecode.c | 105 re_get_byte (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_byte() argument 137 re_get_opcode (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_opcode() argument 258 re_get_value (const uint8_t **bc_p) /** refence to bytecode pointer */ in re_get_value() argument 334 re_get_char (const uint8_t **bc_p, /**< reference to bytecode pointer */ in re_get_char() argument [all...] |
Completed in 7 milliseconds