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.h99 bool isArray; in UnwrapImpl() local
216 bool isArray; in UnwrapImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
Dabc2program_ets_plugin.cpp239 const bool isArray = elemType.back() == ']'; in GetETSAnnotation() local
278 const bool isArray = elemType.back() == ']'; in GetETSAnnotationImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp236 const bool isArray = elemType.back() == ']'; in EnumerateAnnotations() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSFormattedParser.cpp48 bool isArray = false; in GetFormatPlaceholderType() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp41 bool isArray = replacer->IsArray(thread_); in Stringify() local
Djson_stringifier_optimized.cpp41 bool isArray = replacer->IsArray(thread_); in Stringify() local
Djson_parser.cpp1355 bool isArray = val->IsArray(thread); in InternalizeJsonProperty() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp903 bool isArray = object.GetTaggedValue().IsArray(thread); in GetBuiltinObjectToString() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp151 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts368 isArray(tsType: ts.Type): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6815 const isArray = constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4400 Label isArray(env); in AddElementInternal() local
9907 Label isArray(env); in TryFastGetIterator() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js11155 si.isArray = function(t) { function