Home
last modified time | relevance | path

Searched refs:IsCompletionRecord (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Daccessor_data_test.cpp200 EXPECT_TRUE(JSTaggedValue(comRecordObject).IsCompletionRecord()); in HWTEST_F_L0()
202 EXPECT_TRUE(JSTaggedValue(comRecord).IsCompletionRecord()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Daccessor_data.h107 ASSERT(JSTaggedValue(object).IsCompletionRecord()); in Cast()
H A Djs_iterator.cpp32 if (result->IsCompletionRecord()) { in IteratorCloseAndReturn()
273 if (completion->IsCompletionRecord()) { in IteratorClose()
H A Djs_tagged_value-inl.h429 inline bool JSTaggedValue::IsCompletionRecord() const in IsCompletionRecord() function in panda::ecmascript::JSTaggedValue
431 return IsHeapObject() && GetTaggedObject()->GetClass()->IsCompletionRecord(); in IsCompletionRecord()
H A Djs_tagged_value.h609 bool IsCompletionRecord() const;
H A Decma_macros.h485 if ((value).GetTaggedValue().IsCompletionRecord()) { \
H A Djs_hclass.h1612 inline bool IsCompletionRecord() const in IsCompletionRecord() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp213 if (value.GetTaggedValue().IsCompletionRecord()) { in Race()
688 if (closeVal.GetTaggedValue().IsCompletionRecord()) { in Any()
872 if (closeVal.GetTaggedValue().IsCompletionRecord()) { in AllSettled()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h243 if (result->IsCompletionRecord()) { in RuntimeCloseIterator()

Completed in 19 milliseconds