Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_hashset_test.cpp181 JSTaggedValue isEmpty = hashSet->IsEmpty(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DinterfaceType.cpp241 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DinterfaceType.cpp240 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.h111 bool isEmpty = (usedSlots_ == 0); in IsEmpty() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_treemap_test.cpp1356 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo); in HWTEST_F_L0() local
1369 JSTaggedValue isEmpty = ContainersTreeMap::IsEmpty(callInfo); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp663 BRANCH(Int32Equal(len, Int32(0)), &isEmpty, &notEmpty); in NewTaggedArray() local
703 BRANCH(Int32Equal(len, Int32(0)), &isEmpty, &notEmpty); in NewMutantTaggedArray() local

Completed in 10 milliseconds