Searched refs:segmentKey (Results 1 – 2 of 2) sorted by relevance
148 JSHandle<JSTaggedValue> segmentKey = globalConst->GetHandledSegmentString(); in CreateSegmentDataObject() local149 …JSObject::CreateDataPropertyOrThrow(thread, result, segmentKey, JSHandle<JSTaggedValue>::Cast(segm… in CreateSegmentDataObject()
197 JSHandle<JSTaggedValue> segmentKey = globalConst->GetHandledSegmentString(); in SegmentsPrototypeCommon() local201 …JSHandle<JSTaggedValue> segmentValue(JSObject::GetProperty(thread, result, segmentKey).GetValue()); in SegmentsPrototypeCommon()338 JSHandle<JSTaggedValue> segmentKey = globalConst->GetHandledSegmentString(); in HWTEST_F_L0() local339 …JSHandle<JSTaggedValue> segmentValue(JSObject::GetProperty(thread, value1, segmentKey).GetValue()); in HWTEST_F_L0()