• Home
  • Raw
  • Download

Lines Matching defs:regexp

204 bool BuiltinsRegExp::IsFastRegExp(JSThread *thread, JSTaggedValue regexp,  in IsFastRegExp()
255 JSTaggedValue BuiltinsRegExp::RegExpTestFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpTestFast()
339 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in ToString() local
616 JSTaggedValue BuiltinsRegExp::RegExpMatch(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatch()
772 JSTaggedValue BuiltinsRegExp::RegExpMatchAll(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpMatchAll()
844 JSTaggedValue BuiltinsRegExp::RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, in RegExpReplaceFast()
901 JSTaggedValue BuiltinsRegExp::GetLastIndex(JSThread *thread, JSHandle<JSTaggedValue> regexp, in GetLastIndex()
943 JSTaggedValue BuiltinsRegExp::MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, in MatchAndReplace()
1399 const JSHandle<JSTaggedValue> regexp, in RegExpSearch()
1441 const JSHandle<JSTaggedValue> regexp, in RegExpSearchFast()
1477 JSTaggedValue BuiltinsRegExp::RegExpSplit(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpSplit()
1708 …TaggedValue BuiltinsRegExp::RegExpSplitFast(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpSplitFast()
1850 bool BuiltinsRegExp::RegExpExecInternal(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpExecInternal()
1892 bool BuiltinsRegExp::Matcher(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in Matcher()
2059 …ggedValue BuiltinsRegExp::RegExpBuiltinExec(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpBuiltinExec()
2214 …ltinsRegExp::RegExpBuiltinExecWithoutResult(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in RegExpBuiltinExecWithoutResult()
2260 JSTaggedValue BuiltinsRegExp::RegExpExec(JSThread *thread, const JSHandle<JSTaggedValue> &regexp, in RegExpExec()
2466 JSHandle<JSRegExp> regexp(thread, JSRegExp::Cast(obj->GetTaggedObject())); in RegExpInitialize() local
2587 const JSHandle<JSTaggedValue> regexp, in AddResultInCache()
2804 bool BuiltinsRegExp::GetFlag(JSThread *thread, const JSHandle<JSTaggedValue> regexp, uint32_t flag,… in GetFlag()
2842 bool BuiltinsRegExp::GetOriginalFlag(JSThread *thread, const JSHandle<JSTaggedValue> regexp, uint32… in GetOriginalFlag()
2847 void BuiltinsRegExp::SetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, in SetLastIndex()
2858 int64_t BuiltinsRegExp::GetLastIndex(JSThread *thread, const JSHandle<JSTaggedValue> regexp, bool i… in GetLastIndex()