Home
last modified time | relevance | path

Searched defs:capture_count (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental.cc18 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
Dexperimental-compiler.cc26 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/
Djs-regexp-inl.h37 int JSRegExp::capture_count() const { in capture_count() function
Dobjects.cc4385 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/
Decma-builtin-helpers.h92 uint32_t capture_count; /**< number of captures in the capturing group array */ member
Decma-builtin-helpers.c943 uint32_t capture_count = ctx_p->capture_count; in ecma_builtin_replace_substitute() local
/third_party/node/deps/v8/src/regexp/
Dregexp.h59 int capture_count = 0; member
Dregexp.cc632 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()
Dregexp-ast.h516 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()
532 int capture_count() const { return capture_count_; } in capture_count() function
Dregexp-parser.cc964 int capture_count = captures_started(); in ScanForCaptures() local
2049 const int capture_count = captures_started(); in Parse() local
Dregexp-compiler.cc240 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/
Druntime-regexp.cc154 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/
Decma-regexp-object.c1282 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/
Dbuiltins-regexp-gen.cc492 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/
Dfactory.cc3587 JSRegExp::Flags flags, int capture_count, in SetRegExpIrregexpData()
3615 int capture_count) { in SetRegExpExperimentalData()
/third_party/pcre2/pcre2/src/
Dpcre2test.c4466 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, in show_pattern_info() local