Home
last modified time | relevance | path

Searched refs:zeroString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp85 JSHandle<JSTaggedValue> zeroString(globalConstants->GetHandledZeroString()); in Next() local
86 JSHandle<JSTaggedValue> getZero(JSObject::GetProperty(thread, match, zeroString).GetValue()); in Next()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp702 JSHandle<JSTaggedValue> zeroString = thread->GlobalConstants()->GetHandledZeroString(); in RegExpMatch() local
704 thread, result.GetTaggedValue(), zeroString.GetTaggedValue()); in RegExpMatch()