/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashmap.cpp | 176 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/ |
D | js_dataview_test.cpp | 101 EXPECT_TRUE(handleDataView->GetDataView().IsFalse()); in HWTEST_F_L0()
|
D | tagged_value_test.cpp | 118 EXPECT_EQ(t.IsFalse(), true); in HWTEST_F_L0() 170 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_weak_set.cpp | 81 while (!next->IsFalse()) { in WeakSetConstructor()
|
D | builtins_promise.cpp | 485 if (next->IsFalse()) { in PerformPromiseAll() 602 if (next->IsFalse()) { in PerformPromiseRace() 747 if (next->IsFalse()) { in PerformPromiseAny() 932 if (next->IsFalse()) { in PerformPromiseAllSettled()
|
D | builtins_set.cpp | 79 while (!next->IsFalse()) { in SetConstructor()
|
D | builtins_map.cpp | 288 while (!next->IsFalse()) { in AddEntriesFromIterable()
|
D | builtins_typedarray.cpp | 201 while (!next->IsFalse()) { in From() 204 if (!next->IsFalse()) { in From()
|
D | builtins_array.cpp | 215 if (next->IsFalse()) { in From()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_list_format.cpp | 241 while (!next->IsFalse()) { in StringListFromIterable() 244 if (!next->IsFalse()) { in StringListFromIterable()
|
D | js_tagged_value.h | 289 ARK_INLINE bool IsFalse() const in IsFalse() function
|
D | js_object.cpp | 115 while (!next->IsFalse()) { in IterableToList() 118 if (!next->IsFalse()) { in IterableToList()
|
D | js_serializer.cpp | 91 if (value->IsFalse()) { in WritePrimitiveValue()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_boolean_test.cpp | 97 ASSERT_EQ(JSPrimitiveRef::Cast(result.GetTaggedObject())->GetValue().IsFalse(), 1); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_treeset_test.cpp | 292 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()
|
D | containers_vector_test.cpp | 357 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0() 395 EXPECT_TRUE(result.IsFalse()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 135 while (!next->IsFalse()) { in CreateFromOrdinaryObject() 138 if (!next->IsFalse()) { in CreateFromOrdinaryObject()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 661 } else if (entry.IsFalse()) { in GenerateNode()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 410 bool IsFalse();
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 3042 bool JSValueRef::IsFalse() in IsFalse() function in panda::JSValueRef 3044 return JSNApiHelper::ToJSTaggedValue(this).IsFalse(); in IsFalse()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 1063 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()
|
D | interpreter_assembly.cpp | 362 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/ |
D | runtime_stubs-inl.h | 480 if (iterResult->IsFalse()) { in RuntimeStArraySpread()
|