Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp86 … JSHandle<JSTaggedValue> lastIndexString(globalConstants->GetHandledLastIndexString()); in Next() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp444 JSHandle<JSTaggedValue> lastIndexString(globalConst->GetHandledLastIndexString()); in Match() local
556 JSHandle<JSTaggedValue> lastIndexString(globalConstants->GetHandledLastIndexString()); in MatchAll() local
1051 JSHandle<JSTaggedValue> lastIndexString(thread->GlobalConstants()->GetHandledLastIndexString()); in Search() local
1217 JSHandle<JSTaggedValue> lastIndexString = globalConstants->GetHandledLastIndexString(); in Split() local
1793 … JSHandle<JSTaggedValue> lastIndexString = thread->GlobalConstants()->GetHandledLastIndexString(); in RegExpInitialize() local