Home
last modified time | relevance | path

Searched refs:IsCompletionRecord (Results 1 – 8 of 8) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_iterator.cpp36 if (result->IsCompletionRecord()) { in IteratorCloseAndReturn()
178 if (completion->IsCompletionRecord()) { in IteratorClose()
Daccessor_data.h84 ASSERT(JSTaggedValue(object).IsCompletionRecord()); in Cast()
Djs_tagged_value-inl.h538 inline bool JSTaggedValue::IsCompletionRecord() const in IsCompletionRecord() function
540 return IsHeapObject() && GetTaggedObject()->GetClass()->IsCompletionRecord(); in IsCompletionRecord()
Djs_tagged_value.h311 bool IsCompletionRecord() const;
Decma_macros.h359 if ((value).GetTaggedValue().IsCompletionRecord()) { \
Djs_hclass.h853 inline bool IsCompletionRecord() const in IsCompletionRecord() function
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp216 if (value.GetTaggedValue().IsCompletionRecord()) { in Race()
/ark/js_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1215 if (result->IsCompletionRecord()) { in CloseIterator()