Home
last modified time | relevance | path

Searched refs:IsException (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h49 inline bool IsException() const in IsException() function
51 return JSTaggedValue::IsException(); in IsException()
Dobject_fast_operator-inl.h395 return !result.IsException(); in FastSetPropertyByValue()
408 return !result.IsException(); in FastSetPropertyByIndex()
Djs_object.cpp1376 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()
Djs_tagged_value.h319 ARK_INLINE bool IsException() const in IsException() function
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp202 EXPECT_TRUE(result->IsException()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp400 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()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp342 return !result.IsException(); in SetGlobalValue()
348 return !result.IsException(); in SetGlobalValue()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp482 ASSERT_TRUE(bigint->IsException()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp663 } else if (entry.IsException()) { in GenerateNode()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp257 if (result->IsString() || result->IsException()) { in ResolveExport()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h188 if (result.IsException()) { \
Dinterpreter_assembly.cpp114 if ((result).IsException()) { \