/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarrayvalue_fuzzer/ |
D | jsvaluerefisarrayvalue_fuzzer.cpp | 44 arrayObject->IsArray(vm); in JSValueRefIsArrayValueFuzzTest() 46 stringUtf8->IsArray(vm); in JSValueRefIsArrayValueFuzzTest()
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | annotation.cpp | 173 ASSERT(!IsArray()); in GetAsScalar() 179 ASSERT(!IsArray()); in GetAsScalar() 185 ASSERT(IsArray()); in GetAsArray() 191 ASSERT(IsArray()); in GetAsArray()
|
D | meta.h | 283 if (IsArray()) { in CreateAnnotationElement() 291 bool IsArray() const in IsArray() function 317 if (IsArray() && !IsComponentTypeSet()) { in IsCompleted() 321 if (!IsArray() && values_.empty()) { in IsCompleted()
|
D | meta.cpp | 335 if (!annotationElementBuilder_.IsArray()) { in MeetExpElementArrayComponentTypeAttribute() 366 if (annotationElementBuilder_.IsArray() && !annotationElementBuilder_.IsComponentTypeSet()) { in MeetExpElementValueAttribute() 372 if (!annotationElementBuilder_.IsArray() && annotationElementBuilder_.IsCompleted()) { in MeetExpElementValueAttribute()
|
D | assembly-type.h | 96 bool IsArray() const in IsArray() function
|
D | assembly-literals.h | 49 bool IsArray() const in IsArray() function
|
/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 | 288 if (IsArray()) { in CreateAnnotationElement() 296 bool IsArray() const in IsArray() function 322 if (IsArray() && !IsComponentTypeSet()) { in IsCompleted() 326 if (!IsArray() && values_.empty()) { in IsCompleted()
|
D | meta.cpp | 334 if (!annotation_element_builder_.IsArray()) { in MeetExpElementArrayComponentTypeAttribute() 365 … if (annotation_element_builder_.IsArray() && !annotation_element_builder_.IsComponentTypeSet()) { in MeetExpElementValueAttribute() 371 if (!annotation_element_builder_.IsArray() && annotation_element_builder_.IsCompleted()) { in MeetExpElementValueAttribute()
|
D | assembly-type.h | 95 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()
|
/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 | 29 V("isArray", IsArray, 1, INVALID) \ 126 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *argv);
|
D | builtins_ark_tools.h | 74 …V("isArray", IsArray, 1, INVAL… 243 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | hclass.h | 57 inline bool IsArray() const in IsArray() function
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_json.h | 83 bool IsArray() const;
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
D | object_helpers-inl.h | 219 ASSERT(cls->IsArray()); in TraverseArray() 258 if (cls->IsArray()) { in TraverseAllObjectsWithInfo()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | json_parser.cpp | 30 bool isArray = val->IsArray(thread); in InternalizeJsonProperty()
|
D | array_helper.cpp | 145 return obj->IsArray(thread); in IsConcatSpreadable() 343 shouldFlatten = element->IsArray(thread); in FlattenIntoArray()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | graph_comparator.h | 189 CHECK(LoadArray, IsArray) in Compare() 190 CHECK(LenArray, IsArray) in Compare()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
D | default_inspector_extension.cpp | 184 if (!object->ClassAddr<HClass>()->IsArray()) { in GetLengthIfArray() 200 if (cls->IsArray()) { in EnumerateProperties()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_proxy.h | 89 bool IsArray(JSThread *thread) const;
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | graph_comparator.h | 197 CHECK(LoadArray, IsArray) in InstAdditionalPropertiesCompare() 198 CHECK(LenArray, IsArray) in InstAdditionalPropertiesCompare()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/ |
D | gc_marker_dynamic-inl.h | 129 } else if (cls->IsArray()) { in MarkInstance()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_second_tests.cpp | 258 ASSERT_TRUE(res->IsArray(vm_)); in HWTEST_F_L0() 686 EXPECT_TRUE(array->IsArray(vm_)); in HWTEST_F_L0() 786 ASSERT_TRUE(property->IsArray(vm_)); in HWTEST_F_L0() 841 EXPECT_TRUE(res->IsArray(vm_)); in HWTEST_F_L0()
|