Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_segments.cpp148 JSHandle<JSTaggedValue> segmentKey = globalConst->GetHandledSegmentString(); in CreateSegmentDataObject() local
149 …JSObject::CreateDataPropertyOrThrow(thread, result, segmentKey, JSHandle<JSTaggedValue>::Cast(segm… in CreateSegmentDataObject()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_segmenter_test.cpp197 JSHandle<JSTaggedValue> segmentKey = globalConst->GetHandledSegmentString(); in SegmentsPrototypeCommon() local
201 …JSHandle<JSTaggedValue> segmentValue(JSObject::GetProperty(thread, result, segmentKey).GetValue()); in SegmentsPrototypeCommon()
338 JSHandle<JSTaggedValue> segmentKey = globalConst->GetHandledSegmentString(); in HWTEST_F_L0() local
339 …JSHandle<JSTaggedValue> segmentValue(JSObject::GetProperty(thread, value1, segmentKey).GetValue()); in HWTEST_F_L0()