Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert_array.h88 bool isArray; in UnwrapImpl() local
179 bool isArray; in UnwrapImpl() local
Dts2ets_copy.cpp124 bool isArray; in VisitArray() local
/arkcompiler/ets_frontend/ts2panda/tools/
DastPrinter.ts71 function isArray(node: any): node is ts.Node[] { function
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp30 bool isArray = val->IsArray(thread); in InternalizeJsonProperty() local
Djson_stringifier.cpp47 bool isArray = replacer->IsArray(thread_); in Stringify() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.cpp347 … ArrayExpression *const currentElement, const bool isArray, in HandleNestedArrayExpression()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp231 const bool isArray = elemType.back() == ']'; in GetETSAnnotation() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp124 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp899 bool isArray = object->IsJSArray(); in GetBuiltinObjectToString() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp689 …const bool isArray = (expr->preferredType_ != nullptr) && expr->preferredType_->IsETSArrayType() && in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2997 Label isArray(env); in AddElementInternal() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js11155 si.isArray = function(t) { function