/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental.cc | 18 int capture_count) { in CanBeHandled() 26 int capture_count) { in Initialize() 137 ByteArray bytecode, String subject, int capture_count, in ExecRawImpl() 225 int capture_count = regexp->capture_count(); in Exec() local 290 int capture_count = regexp->capture_count(); in OneshotExec() local
|
D | experimental-compiler.cc | 26 static bool Check(RegExpTree* tree, RegExpFlags flags, int capture_count) { in Check() 179 int capture_count) { in CanBeHandled()
|
/third_party/node/deps/v8/src/objects/ |
D | js-regexp-inl.h | 37 int JSRegExp::capture_count() const { in capture_count() function
|
D | objects.cc | 4385 int capture_count) { in New() 4391 Isolate* isolate, Handle<RegExpMatchInfo> match_info, int capture_count) { in ReserveCaptures()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.h | 92 uint32_t capture_count; /**< number of captures in the capturing group array */ member
|
D | ecma-builtin-helpers.c | 943 uint32_t capture_count = ctx_p->capture_count; in ecma_builtin_replace_substitute() local
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp.h | 59 int capture_count = 0; member
|
D | regexp.cc | 632 int capture_count, in IrregexpInitialize() 784 int capture_count = regexp->capture_count(); in IrregexpExec() local 802 Handle<String> subject, int capture_count, int32_t* match) { in SetLastMatchInfo()
|
D | regexp-ast.h | 516 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround() 532 int capture_count() const { return capture_count_; } in capture_count() function
|
D | regexp-parser.cc | 964 int capture_count = captures_started(); in ScanForCaptures() local 2049 const int capture_count = captures_started(); in Parse() local
|
D | regexp-compiler.cc | 240 RegExpCompiler::RegExpCompiler(Isolate* isolate, Zone* zone, int capture_count, in RegExpCompiler() 263 int capture_count, Handle<String> pattern) { in Assemble()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-regexp.cc | 154 FixedArray capture_name_map, int capture_count, in ParseReplacementPattern() 327 Handle<String> replacement, int capture_count, in Compile() 630 int capture_count = regexp->capture_count(); in StringReplaceGlobalRegExpWithString() local 730 int capture_count = regexp->capture_count(); in StringReplaceGlobalRegExpWithEmptyString() local 1187 int capture_count = regexp->capture_count(); in SearchRegExpMultiple() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 1282 const uint32_t capture_count = re_get_value (&bc_p); in ecma_regexp_run() local 1334 const uint32_t capture_count = re_get_value (&bc_p); in ecma_regexp_run() local 2987 uint32_t capture_count; in ecma_regexp_replace_helper() local
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-regexp-gen.cc | 492 TNode<Smi> capture_count = CAST(UnsafeLoadFixedArrayElement( in RegExpExecInternal() local 602 TNode<Smi> capture_count = CAST(UnsafeLoadFixedArrayElement( in RegExpExecInternal() local 679 TNode<Smi> capture_count = CAST(UnsafeLoadFixedArrayElement( in RegExpExecInternal() local
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3587 JSRegExp::Flags flags, int capture_count, in SetRegExpIrregexpData() 3615 int capture_count) { in SetRegExpExperimentalData()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 4466 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local
|