Searched refs:RegExpBuiltinExec (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.h | 101 static JSTaggedValue RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> ®exp,
|
D | builtins_regexp.cpp | 174 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/ |
D | runtime_call_id.h | 657 V(RegExp, RegExpBuiltinExec) \
|