Home
last modified time | relevance | path

Searched refs:RegExpExecForTestFast (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h133 static JSTaggedValue RegExpExecForTestFast(JSThread *thread, JSHandle<JSTaggedValue> &regexp,
Dbuiltins_regexp.cpp253 return RegExpExecForTestFast(thread, regexp, inputStr, useCache); in RegExpTestFast()
2078 JSTaggedValue BuiltinsRegExp::RegExpExecForTestFast(JSThread *thread, JSHandle<JSTaggedValue> &rege… in RegExpExecForTestFast() function in panda::ecmascript::builtins::BuiltinsRegExp