Home
last modified time | relevance | path

Searched defs:isArray (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp231 const bool isArray = elemType.back() == ']'; in EnumerateAnnotations() local
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A 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/runtime/interop_js/
H A Djs_refconvert_array.h90 bool isArray; in UnwrapImpl() local
199 bool isArray; in UnwrapImpl() local
H A Dts2ets_copy.cpp130 bool isArray; variable
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSFormattedParser.cpp54 bool isArray = false; in GetFormatPlaceholderType() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_stringifier.cpp35 bool isArray = replacer->IsArray(thread_); in Stringify() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.cpp903 bool isArray = object.GetTaggedValue().IsArray(thread); in GetBuiltinObjectToString() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp130 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp690 const bool isArray = (expr->preferredType_ != nullptr) && expr->preferredType_->IsETSArrayType() && in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp3834 BRANCH(IsJsArray(receiver), &isArray, &notArray); in AddElementInternal() local

Completed in 29 milliseconds