Home
last modified time | relevance | path

Searched refs:RegExpBuiltinExec (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.h101 static JSTaggedValue RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp,
Dbuiltins_regexp.cpp174 JSTaggedValue result = RegExpBuiltinExec(thread, thisObj, string, useCache); in Exec()
1401 JSTaggedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> &re… in RegExpBuiltinExec() function in panda::ecmascript::builtins::BuiltinsRegExp
1406 BUILTINS_API_TRACE(thread, RegExp, RegExpBuiltinExec); in RegExpBuiltinExec()
1587 return RegExpBuiltinExec(thread, regexp, inputString, useCache); in RegExpExec()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h657 V(RegExp, RegExpBuiltinExec) \