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.cpp432 JSHandle<JSTaggedValue> lastIndexString(globalConst->GetHandledLastIndexString()); in Match() local
542 JSHandle<JSTaggedValue> lastIndexString(globalConstants->GetHandledLastIndexString()); in MatchAll() local
1031 JSHandle<JSTaggedValue> lastIndexString(thread->GlobalConstants()->GetHandledLastIndexString()); in Search() local
1196 JSHandle<JSTaggedValue> lastIndexString = globalConstants->GetHandledLastIndexString(); in Split() local
1763 … JSHandle<JSTaggedValue> lastIndexString = thread->GlobalConstants()->GetHandledLastIndexString(); in RegExpInitialize() local