Home
last modified time | relevance | path

Searched refs:GetSegmentIterator (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_segments.cpp46 JSTaggedValue BuiltinsSegments::GetSegmentIterator(EcmaRuntimeCallInfo *argv) in GetSegmentIterator() function in panda::ecmascript::builtins::BuiltinsSegments
49 BUILTINS_API_TRACE(thread, Segments, GetSegmentIterator); in GetSegmentIterator()
H A Dbuiltins_segments.h28 static JSTaggedValue GetSegmentIterator(EcmaRuntimeCallInfo *argv);
H A Dbuiltins.cpp3644 env->GetIteratorSymbol(), "[Symbol.iterator]", Segments::GetSegmentIterator, FunctionLength::ZERO); in InitializeSegments()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segment_iterator.cpp67 JSHandle<JSFunction> segIterCtor(env->GetSegmentIterator()); in CreateSegmentIterator()
H A Druntime_call_id.h448 V(Segments, GetSegmentIterator) \
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_segmenter_test.cpp285 HWTEST_F_L0(BuiltinsSegmenterTest, GetSegmentIterator) in HWTEST_F_L0()
299 JSTaggedValue result = BuiltinsSegments::GetSegmentIterator(ecmaRuntimeCallInfo); in HWTEST_F_L0()
319 JSHandle<JSTaggedValue> iterator(thread, BuiltinsSegments::GetSegmentIterator(ecmaRuntimeCallInfo)); in HWTEST_F_L0()

Completed in 13 milliseconds