Home
last modified time | relevance | path

Searched defs:regexpObj (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp470 JSHandle<JSRegExp> regexpObj(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in GetSource() local
537 JSHandle<JSRegExp> regexpObj(thisObj); in Match() local
905 JSHandle<JSRegExp> regexpObj(thisObj); in ReplaceInternal() local
1311 JSHandle<JSRegExp> regexpObj(thisObj); in Split() local
1562 JSHandle<JSRegExp> regexpObj(regexp); in RegExpSplitFast() local
1777 JSHandle<JSRegExp> regexpObj(thread, JSRegExp::Cast(obj->GetTaggedObject())); in GetFlagsInternal() local
1868 JSHandle<JSRegExp> regexpObj(regexp); in RegExpBuiltinExec() local
2096 JSHandle<JSRegExp> regexpObj(regexp); in RegExpExecForTestFast() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp163 extern "C" EtsObject *EscompatRegExpCompile(EtsObject *regexpObj) in EscompatRegExpCompile()
244 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt… in Execute()