Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 8 of 8) sorted by relevance

/ark/js_runtime/test/moduletest/container/
Dcontainer_treeset.js71 print("test isEmpty, out:", set.isEmpty());
82 print("test clear, out:", set.length == 0 && !set.has("cc") && set.isEmpty());
Dexpect_output.txt50 test isEmpty, out: false
/ark/ts2abc/ts2panda/src/base/
Dliteral.ts59 isEmpty() { method in LiteralBuffer
/ark/ts2abc/ts2panda/src/expression/
DarrayLiteralExpression.ts162 if (literalBuffer.isEmpty()) {
DobjectLiteralExpression.ts112 if (literalBuffer.isEmpty()) {
/ark/runtime_core/verification/models/typesystem/
Dark_typesystem.als120 pred non_parameterized[universe: Sort->Params->Type, t: Type] { universe.signature[t].isEmpty }
/ark/js_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp1347 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo.get()); in HWTEST_F_L0() local
1348 EXPECT_EQ(isEmpty, JSTaggedValue::False()); in HWTEST_F_L0()
1360 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo.get()); in HWTEST_F_L0() local
1361 EXPECT_EQ(isEmpty, JSTaggedValue::True()); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/
Djs_number_format.cpp364 if (!currencyUStr.isEmpty()) { // NOLINT(readability-implicit-bool-conversion) in SetNumberFormatUnitOptions()