Searched defs:regexpObj (Results 1 – 2 of 2) sorted by relevance
470 JSHandle<JSRegExp> regexpObj(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in GetSource() local537 JSHandle<JSRegExp> regexpObj(thisObj); in Match() local905 JSHandle<JSRegExp> regexpObj(thisObj); in ReplaceInternal() local1311 JSHandle<JSRegExp> regexpObj(thisObj); in Split() local1562 JSHandle<JSRegExp> regexpObj(regexp); in RegExpSplitFast() local1777 JSHandle<JSRegExp> regexpObj(thread, JSRegExp::Cast(obj->GetTaggedObject())); in GetFlagsInternal() local1868 JSHandle<JSRegExp> regexpObj(regexp); in RegExpBuiltinExec() local2096 JSHandle<JSRegExp> regexpObj(regexp); in RegExpExecForTestFast() local
163 extern "C" EtsObject *EscompatRegExpCompile(EtsObject *regexpObj) in EscompatRegExpCompile()244 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt… in Execute()