Searched refs:zeroString (Results 1 – 2 of 2) sorted by relevance
77 JSHandle<JSTaggedValue> zeroString(globalConstants->GetHandledZeroString()); in Next() local78 …JSHandle<JSTaggedValue> getZero(JSObject::GetProperty(thread, matchHandle, zeroString).GetValue()); in Next()
478 JSHandle<JSTaggedValue> zeroString = globalConst->GetHandledZeroString(); in Match() local480 thread, result.GetTaggedValue(), zeroString.GetTaggedValue()); in Match()