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.cpp596 JSHandle<JSTaggedValue> lastIndexString(globalConst->GetHandledLastIndexString()); in Match() local
710 JSHandle<JSTaggedValue> lastIndexString(globalConstants->GetHandledLastIndexString()); in MatchAll() local
1255 JSHandle<JSTaggedValue> lastIndexString(thread->GlobalConstants()->GetHandledLastIndexString()); in Search() local
1439 JSHandle<JSTaggedValue> lastIndexString = globalConstants->GetHandledLastIndexString(); in Split() local
2333 … JSHandle<JSTaggedValue> lastIndexString = thread->GlobalConstants()->GetHandledLastIndexString(); in RegExpInitialize() local