Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts65 isEmpty(): boolean { method in LiteralBuffer
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h77 bool isEmpty = (localHead == localTail); in IsEmpty() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.cpp226 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp226 bool isEmpty = true; in GetTypeFacts() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.h111 bool isEmpty = (usedSlots_ == 0); in IsEmpty() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp385 bool isEmpty = methods.empty(); in ImportMethodsOfStructType() local
408 bool isEmpty = interfaces.empty(); in ImportInterfacesOfClassType() local
420 bool isEmpty = type.GetInfoIsString().empty(); in ImportInfoIsStringOfStructType() local
434 bool isEmpty = type.GetInfo().empty(); in ImportInfoOfStructType() local
449 bool isEmpty = type.GetPragmaVec().empty(); in ImportPragmaOfStructType() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashset_test.cpp237 JSTaggedValue isEmpty = hashSet->IsEmpty(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
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/
Dnew_object_stub_builder.cpp188 Label isEmpty(env); in NewTaggedArray() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument