Home
last modified time | relevance | path

Searched refs:RegExpExec (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.h32 // ES#sec-regexpexec Runtime Semantics: RegExpExec ( R, S )
33 static V8_WARN_UNUSED_RESULT MaybeHandle<Object> RegExpExec(
H A Dregexp-utils.cc72 // ES#sec-regexpexec Runtime Semantics: RegExpExec ( R, S )
75 MaybeHandle<Object> RegExpUtils::RegExpExec(Isolate* isolate, in RegExpExec() function in v8::internal::RegExpUtils
/third_party/node/deps/v8/src/runtime/
H A 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()
H A Druntime.h406 F(RegExpExec, 4, 1) \
/third_party/node/deps/v8/src/api/
H A Dapi.cc7340 // TODO(jgruber): RegExpUtils::RegExpExec was not written with efficiency in in Exec()
7346 i::RegExpUtils::RegExpExec(isolate, regexp, subject_string, in Exec()

Completed in 26 milliseconds