Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_segments.cpp33 if (!thisValue->IsJSSegments()) { in Containing()
55 if (!thisValue->IsJSSegments()) { in GetSegmentIterator()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segments.h36 CAST_CHECK(JSSegments, IsJSSegments);
H A Djs_tagged_value-inl.h489 inline bool JSTaggedValue::IsJSSegments() const in IsJSSegments() function in panda::ecmascript::JSTaggedValue
491 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSegments(); in IsJSSegments()
H A Djs_tagged_value.h623 bool IsJSSegments() const;
H A Djs_hclass.h1133 inline bool IsJSSegments() const in IsJSSegments() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_segmenter_test.cpp87 EXPECT_TRUE(segments.IsJSSegments()); in JSSegmentsCreateTest()
131 EXPECT_TRUE(result.IsJSSegments()); in HWTEST_F_L0()

Completed in 10 milliseconds