Searched refs:RegExpExec (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
D | regexp-utils.h | 33 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> RegExpExec(
|
D | regexp-utils.cc | 75 MaybeHandle<Object> RegExpUtils::RegExpExec(Isolate* isolate, in RegExpExec() function in v8::internal::RegExpUtils
|
/third_party/node/deps/v8/src/builtins/ |
D | regexp-match.tq | 32 RegExpExec(regexp, string); 78 const resultTemp = RegExpExec(regexp, string);
|
D | regexp-test.tq | 24 const matchIndices = RegExpExec(receiver, str);
|
D | regexp-match-all.tq | 132 // 9. Let match be ? RegExpExec(R, S). 147 match = RegExpExec(iteratingRegExp, iteratingString);
|
D | regexp-search.tq | 62 const execResult = RegExpExec(regexp, string);
|
D | regexp.tq | 39 // ES#sec-regexpexec Runtime Semantics: RegExpExec ( R, S ) 41 transitioning macro RegExpExec(implicit context: Context)(
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-regexp.cc | 883 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()
|
D | runtime.h | 406 F(RegExpExec, 4, 1) \
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 7346 i::RegExpUtils::RegExpExec(isolate, regexp, subject_string, in Exec()
|