Home
last modified time | relevance | path

Searched refs:IsFalse (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/ets_runtime/test/fuzztest/jsnapiisfalse_fuzzer/
H A Djsnapiisfalse_fuzzer.cpp35 b->IsFalse(); in JSNApiIsFalseFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscorrect_fuzzer/
H A Djsvaluerefiscorrect_fuzzer.cpp35 object->IsFalse(); in JSValueRefIsFalseFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp232 while (!next->IsFalse()) { in StringListFromIterable()
235 if (!next->IsFalse()) { in StringListFromIterable()
H A Djs_tagged_value.h245 ARK_INLINE bool IsFalse() const in IsFalse() function in panda::ecmascript::JSTaggedValue
H A Dtagged_tree.cpp373 if (callResult.IsFalse()) { in EntryCompare()
H A Djs_object.cpp135 while (!next->IsFalse()) { in IterableToList()
138 if (!next->IsFalse()) { in IterableToList()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_dataview_test.cpp78 EXPECT_TRUE(handleDataView->GetDataView().IsFalse()); in HWTEST_F_L0()
H A Dtagged_value_test.cpp104 EXPECT_EQ(t.IsFalse(), true); in HWTEST_F_L0()
156 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_set.cpp78 while (!next->IsFalse()) { in WeakSetConstructor()
H A Dbuiltins_set.cpp74 while (!next->IsFalse()) { in SetConstructor()
H A Dbuiltins_promise.cpp473 if (next->IsFalse()) { in PerformPromiseAll()
590 if (next->IsFalse()) { in PerformPromiseRace()
735 if (next->IsFalse()) { in PerformPromiseAny()
920 if (next->IsFalse()) { in PerformPromiseAllSettled()
H A Dbuiltins_map.cpp285 while (!next->IsFalse()) { in AddEntriesFromIterable()
H A Dbuiltins_shared_map.cpp280 while (!next->IsFalse()) { in AddEntriesFromIterable()
H A Dbuiltins_shared_set.cpp80 while (!next->IsFalse()) { in Constructor()
H A Dbuiltins_shared_typedarray.cpp185 while (!next->IsFalse()) { in From()
188 if (!next->IsFalse()) { in From()
H A Dbuiltins_typedarray.cpp305 while (!next->IsFalse()) { in From()
308 if (!next->IsFalse()) { in From()
H A Dbuiltins_ark_tools.cpp496 if (hasDeopt->IsFalse()) { in CheckDeoptStatus()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_boolean_test.cpp73 ASSERT_EQ(JSPrimitiveRef::Cast(result.GetTaggedObject())->GetValue().IsFalse(), 1); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h285 inline bool IsFalse() const in IsFalse() function in ark::coretypes::TaggedValue
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A 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()
783 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
H A Dcontainers_vector_test.cpp358 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
396 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp579 * @tc.name: IsFalse
580 * @tc.desc: Construct a BufferRef function to determine whether it is a IsFalse
584 HWTEST_F_L0(JSNApiTests, IsFalse) in HWTEST_F_L0()
588 ASSERT_TRUE(c->IsFalse()); in HWTEST_F_L0()
763 * @tc.name: IsFalse
772 EXPECT_TRUE(res->IsFalse()); in HWTEST_F_L0()
H A Dffi_workload.cpp6797 intValue->IsFalse(); in HWTEST_F_L0()
6800 TEST_TIME(JSValueRef::IsFalse::IntegerRef); in HWTEST_F_L0()
6803 resUnit32->IsFalse(); in HWTEST_F_L0()
6806 TEST_TIME(JSValueRef::IsFalse::NumberRef); in HWTEST_F_L0()
6809 maxBigintUint64->IsFalse(); in HWTEST_F_L0()
6812 TEST_TIME(JSValueRef::IsFalse::BigIntRef); in HWTEST_F_L0()
6815 resBool->IsFalse(); in HWTEST_F_L0()
6818 TEST_TIME(JSValueRef::IsFalse::BooleanRef); in HWTEST_F_L0()
6821 stringUtf8->IsFalse(); in HWTEST_F_L0()
6824 TEST_TIME(JSValueRef::IsFalse in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp363 while (!next->IsFalse()) { in CreateFromOrdinaryObject()
366 if (!next->IsFalse()) { in CreateFromOrdinaryObject()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp716 } else if (entry.IsFalse()) { in GeneratePrimitiveNameString()

Completed in 49 milliseconds

12