Home
last modified time | relevance | path

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

/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.cpp151 bool isArray = replacer->IsArray(thread_); in Stringify() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp132 Label isArray(env); in ProfileCreateObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp109 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp798 bool isArray = object->IsJSArray(); in GetBuiltinTag() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js11155 si.isArray = function(t) { function