| /arkcompiler/runtime_core/assembler/ |
| D | annotation.cpp | 182 ASSERT(!IsArray()); in GetAsScalar() 188 ASSERT(!IsArray()); in GetAsScalar() 194 ASSERT(IsArray()); in GetAsArray() 200 ASSERT(IsArray()); in GetAsArray()
|
| D | meta.h | 289 if (IsArray()) { in CreateAnnotationElement() 297 bool IsArray() const in IsArray() function 323 if (IsArray() && !IsComponentTypeSet()) { in IsCompleted() 327 if (!IsArray() && values_.empty()) { in IsCompleted()
|
| D | meta.cpp | 336 if (!annotation_element_builder_.IsArray()) { in MeetExpElementArrayComponentTypeAttribute() 367 … if (annotation_element_builder_.IsArray() && !annotation_element_builder_.IsComponentTypeSet()) { in MeetExpElementValueAttribute() 373 if (!annotation_element_builder_.IsArray() && annotation_element_builder_.IsCompleted()) { in MeetExpElementValueAttribute()
|
| D | assembly-type.h | 95 bool IsArray() const in IsArray() function
|
| D | annotation.h | 375 bool IsArray() const in IsArray() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_iterator_test.cpp | 68 EXPECT_TRUE(array->IsArray(thread)); in HWTEST_F_L0() 71 EXPECT_TRUE(iter->GetIteratedArray().IsArray(thread)); in HWTEST_F_L0()
|
| D | tagged_value_test.cpp | 946 HWTEST_F_L0(JSTaggedValueTest, IsArray) in HWTEST_F_L0() argument 955 ASSERT_FALSE(JSTaggedValue(1).IsArray(thread)); in HWTEST_F_L0() 958 thread->GetEcmaVM()->GetFactory()->NewFromASCII("test").GetTaggedValue().IsArray(thread)); in HWTEST_F_L0()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_json_test.cpp | 107 ASSERT_TRUE(json->IsArray()); in HWTEST_F_L0() 120 ASSERT_TRUE(json->IsArray()); in HWTEST_F_L0() 174 ASSERT_TRUE(json->IsArray()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.h | 33 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *argv);
|
| D | builtins_weak_set.cpp | 90 if (nextValue->IsArray(thread)) { in WeakSetConstructor()
|
| D | builtins_set.cpp | 88 if (nextValue->IsArray(thread)) { in SetConstructor()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_json.h | 82 bool IsArray() const;
|
| D | pt_json.cpp | 277 bool PtJson::IsArray() const in IsArray() function in panda::ecmascript::tooling::PtJson
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 52 return obj->IsArray(thread); in IsConcatSpreadable() 220 shouldFlatten = element->IsArray(thread); in FlattenIntoArray()
|
| D | json_parser.cpp | 30 bool isArray = val->IsArray(thread); in InternalizeJsonProperty()
|
| D | json_stringifier.cpp | 151 bool isArray = replacer->IsArray(thread_); in Stringify() 395 JSProxy::Cast(tagValue.GetTaggedObject())->IsArray(thread_))) { in SerializeJSONProperty() 472 if (!replacer->IsArray(thread_)) { in SerializeJSONObject()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.h | 87 bool IsArray(JSThread *thread) const;
|
| D | js_proxy.cpp | 987 bool JSProxy::IsArray(JSThread *thread) const in IsArray() function in panda::ecmascript::JSProxy 992 return GetTarget().IsArray(thread); in IsArray()
|
| D | js_tagged_value-inl.h | 851 inline bool JSTaggedValue::IsArray(JSThread *thread) const in IsArray() function 862 return JSProxy::Cast(GetTaggedObject())->IsArray(thread); in IsArray()
|
| D | js_array.cpp | 109 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate()
|
| D | js_tagged_value.h | 536 bool IsArray(JSThread *thread) const;
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator.h | 189 CHECK(LoadArray, IsArray) in Compare() 190 CHECK(LenArray, IsArray) in Compare()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 118 ASSERT_TRUE(result->IsArray(vm_)); in HWTEST_F_L0() 143 ASSERT_TRUE(property->IsArray(vm_)); in HWTEST_F_L0() 151 ASSERT_TRUE(propertyGet->IsArray(vm_)); in HWTEST_F_L0() 1209 ASSERT_TRUE(result->IsArray(vm_)); in HWTEST_F_L0() 1258 ASSERT_TRUE(res->IsArray(vm_)); in HWTEST_F_L0() 1290 ASSERT_TRUE(!res1->IsArray(vm_)); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | annotationProto.cpp | 41 if (element.GetValue()->IsArray()) { in Serialize()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 877 ASSERT(!IsArray()); in GetAsScalar() 883 ASSERT(IsArray()); in GetAsArray()
|