Home
last modified time | relevance | path

Searched defs:isArray (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/utils/
DASTHelpers.ts24 isArray(arg: unknown): arg is unknown[] | readonly unknown[]; method
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_array.h90 bool isArray; in UnwrapImpl() local
199 bool isArray; in UnwrapImpl() local
Dts2ets_copy.cpp130 bool isArray; in VisitArray() local
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
Dabc2program_ets_plugin.cpp237 const bool isArray = elemType.back() == ']'; in GetETSAnnotation() local
276 const bool isArray = elemType.back() == ']'; in GetETSAnnotationImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp231 const bool isArray = elemType.back() == ']'; in EnumerateAnnotations() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSFormattedParser.cpp54 bool isArray = false; in GetFormatPlaceholderType() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1339 bool isArray = val->IsArray(thread); in InternalizeJsonProperty() local
Djson_stringifier.cpp40 bool isArray = replacer->IsArray(thread_); in Stringify() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp903 bool isArray = object.GetTaggedValue().IsArray(thread); in GetBuiltinObjectToString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp150 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts307 isArray(tsType: ts.Type): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp774 …const bool isArray = (expr->preferredType_ != nullptr) && expr->preferredType_->IsETSArrayType() && in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3920 Label isArray(env); in AddElementInternal() local
9181 Label isArray(env); in TryFastGetIterator() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js11155 si.isArray = function(t) { function