Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp178 extern "C" EtsObject *EscompatRegExpCompile(EtsObject *regexpObj) in EscompatRegExpCompile()
266 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt… in Execute()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp543 JSHandle<JSRegExp> regexpObj(thread, JSRegExp::Cast(thisObj->GetTaggedObject())); in GetSource() local
1924 JSHandle<JSRegExp> regexpObj(thread, JSRegExp::Cast(obj->GetTaggedObject())); in GetFlagsInternal() local
2514 JSHandle<JSRegExp> regexpObj(regexp); in FindCachedResult() local
2590 JSHandle<JSRegExp> regexpObj(regexp); in AddResultInCache() local