Home
last modified time | relevance | path

Searched refs:IsFalse (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashmap.cpp176 if (hashMap->Replace(thread, key.GetTaggedValue(), value.GetTaggedValue()).IsFalse()) { in SetAllLinkedNode()
188 if (hashMap->Replace(thread, key.GetTaggedValue(), value.GetTaggedValue()).IsFalse()) { in SetAllRBTreeNode()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_dataview_test.cpp101 EXPECT_TRUE(handleDataView->GetDataView().IsFalse()); in HWTEST_F_L0()
Dtagged_value_test.cpp118 EXPECT_EQ(t.IsFalse(), true); in HWTEST_F_L0()
170 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp81 while (!next->IsFalse()) { in WeakSetConstructor()
Dbuiltins_promise.cpp485 if (next->IsFalse()) { in PerformPromiseAll()
602 if (next->IsFalse()) { in PerformPromiseRace()
747 if (next->IsFalse()) { in PerformPromiseAny()
932 if (next->IsFalse()) { in PerformPromiseAllSettled()
Dbuiltins_set.cpp79 while (!next->IsFalse()) { in SetConstructor()
Dbuiltins_map.cpp288 while (!next->IsFalse()) { in AddEntriesFromIterable()
Dbuiltins_typedarray.cpp201 while (!next->IsFalse()) { in From()
204 if (!next->IsFalse()) { in From()
Dbuiltins_array.cpp215 if (next->IsFalse()) { in From()
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp241 while (!next->IsFalse()) { in StringListFromIterable()
244 if (!next->IsFalse()) { in StringListFromIterable()
Djs_tagged_value.h289 ARK_INLINE bool IsFalse() const in IsFalse() function
Djs_object.cpp115 while (!next->IsFalse()) { in IterableToList()
118 if (!next->IsFalse()) { in IterableToList()
Djs_serializer.cpp91 if (value->IsFalse()) { in WritePrimitiveValue()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_boolean_test.cpp97 ASSERT_EQ(JSPrimitiveRef::Cast(result.GetTaggedObject())->GetValue().IsFalse(), 1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treeset_test.cpp292 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
347 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
479 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
525 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
787 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
Dcontainers_vector_test.cpp357 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
395 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp135 while (!next->IsFalse()) { in CreateFromOrdinaryObject()
138 if (!next->IsFalse()) { in CreateFromOrdinaryObject()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp661 } else if (entry.IsFalse()) { in GenerateNode()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h410 bool IsFalse();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3042 bool JSValueRef::IsFalse() in IsFalse() function in panda::JSValueRef
3044 return JSNApiHelper::ToJSTaggedValue(this).IsFalse(); in IsFalse()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1063 if (GET_ACC().IsFalse() || (GET_ACC().IsInt() && GET_ACC().GetInt() == 0) || in RunInternal()
1075 if (GET_ACC().IsFalse() || (GET_ACC().IsInt() && GET_ACC().GetInt() == 0) || in RunInternal()
1087 if (GET_ACC().IsFalse() || (GET_ACC().IsInt() && GET_ACC().GetInt() == 0) || in RunInternal()
Dinterpreter_assembly.cpp362 if (GET_ACC().IsFalse() || (GET_ACC().IsInt() && GET_ACC().GetInt() == 0) || in HandleJeqzImm8()
378 if (GET_ACC().IsFalse() || (GET_ACC().IsInt() && GET_ACC().GetInt() == 0) || in HandleJeqzImm16()
394 if (GET_ACC().IsFalse() || (GET_ACC().IsInt() && GET_ACC().GetInt() == 0) || in HandleJeqzImm32()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h480 if (iterResult->IsFalse()) { in RuntimeStArraySpread()