Home
last modified time | relevance | path

Searched refs:RegExpExec (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-utils.h33 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> RegExpExec(
Dregexp-utils.cc75 MaybeHandle<Object> RegExpUtils::RegExpExec(Isolate* isolate, in RegExpExec() function in v8::internal::RegExpUtils
/third_party/node/deps/v8/src/builtins/
Dregexp-match.tq32 RegExpExec(regexp, string);
78 const resultTemp = RegExpExec(regexp, string);
Dregexp-test.tq24 const matchIndices = RegExpExec(receiver, str);
Dregexp-match-all.tq132 // 9. Let match be ? RegExpExec(R, S).
147 match = RegExpExec(iteratingRegExp, iteratingString);
Dregexp-search.tq62 const execResult = RegExpExec(regexp, string);
Dregexp.tq39 // ES#sec-regexpexec Runtime Semantics: RegExpExec ( R, S )
41 transitioning macro RegExpExec(implicit context: Context)(
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc883 MaybeHandle<Object> RegExpExec(Isolate* isolate, Handle<JSRegExp> regexp, in RegExpExec() function
920 isolate, RegExpExec(isolate, regexp, subject, index, last_match_info, in RUNTIME_FUNCTION()
933 isolate, RegExpExec(isolate, regexp, subject, index, last_match_info, in RUNTIME_FUNCTION()
1704 isolate, result, RegExpUtils::RegExpExec(isolate, splitter, string, in RUNTIME_FUNCTION()
1726 isolate, result, RegExpUtils::RegExpExec(isolate, splitter, string, in RUNTIME_FUNCTION()
1854 isolate, result, RegExpUtils::RegExpExec(isolate, recv, string, in RUNTIME_FUNCTION()
Druntime.h406 F(RegExpExec, 4, 1) \
/third_party/node/deps/v8/src/api/
Dapi.cc7346 i::RegExpUtils::RegExpExec(isolate, regexp, subject_string, in Exec()