Searched refs:IsException (Results 1 – 12 of 12) sorted by relevance
49 inline bool IsException() const in IsException() function51 return JSTaggedValue::IsException(); in IsException()
395 return !result.IsException(); in FastSetPropertyByValue()408 return !result.IsException(); in FastSetPropertyByIndex()
1376 return !result.IsException(); in CreateDataProperty()1389 return !result.IsException(); in CreateDataProperty()1926 bool enumerable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor()1935 bool conf = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor()1952 bool writable = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor()
319 ARK_INLINE bool IsException() const in IsException() function
202 EXPECT_TRUE(result->IsException()); in HWTEST_F_L0()
400 EXPECT_TRUE(expRes3.GetTaggedValue().IsException()); in HWTEST_F_L0()428 EXPECT_TRUE(divRes5.GetTaggedValue().IsException()); in HWTEST_F_L0()445 EXPECT_TRUE(remRes4.GetTaggedValue().IsException()); in HWTEST_F_L0()
342 return !result.IsException(); in SetGlobalValue()348 return !result.IsException(); in SetGlobalValue()
482 ASSERT_TRUE(bigint->IsException()); in HWTEST_F_L0()
663 } else if (entry.IsException()) { in GenerateNode()
257 if (result->IsString() || result->IsException()) { in ResolveExport()
188 if (result.IsException()) { \
114 if ((result).IsException()) { \