Home
last modified time | relevance | path

Searched refs:IsArray (Results 1 – 25 of 72) sorted by relevance

123

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarrayvalue_fuzzer/
Djsvaluerefisarrayvalue_fuzzer.cpp44 arrayObject->IsArray(vm); in JSValueRefIsArrayValueFuzzTest()
46 stringUtf8->IsArray(vm); in JSValueRefIsArrayValueFuzzTest()
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.cpp173 ASSERT(!IsArray()); in GetAsScalar()
179 ASSERT(!IsArray()); in GetAsScalar()
185 ASSERT(IsArray()); in GetAsArray()
191 ASSERT(IsArray()); in GetAsArray()
Dmeta.h283 if (IsArray()) { in CreateAnnotationElement()
291 bool IsArray() const in IsArray() function
317 if (IsArray() && !IsComponentTypeSet()) { in IsCompleted()
321 if (!IsArray() && values_.empty()) { in IsCompleted()
Dmeta.cpp335 if (!annotationElementBuilder_.IsArray()) { in MeetExpElementArrayComponentTypeAttribute()
366 if (annotationElementBuilder_.IsArray() && !annotationElementBuilder_.IsComponentTypeSet()) { in MeetExpElementValueAttribute()
372 if (!annotationElementBuilder_.IsArray() && annotationElementBuilder_.IsCompleted()) { in MeetExpElementValueAttribute()
Dassembly-type.h96 bool IsArray() const in IsArray() function
Dassembly-literals.h49 bool IsArray() const in IsArray() function
/arkcompiler/runtime_core/assembler/
Dannotation.cpp182 ASSERT(!IsArray()); in GetAsScalar()
188 ASSERT(!IsArray()); in GetAsScalar()
194 ASSERT(IsArray()); in GetAsArray()
200 ASSERT(IsArray()); in GetAsArray()
Dmeta.h288 if (IsArray()) { in CreateAnnotationElement()
296 bool IsArray() const in IsArray() function
322 if (IsArray() && !IsComponentTypeSet()) { in IsCompleted()
326 if (!IsArray() && values_.empty()) { in IsCompleted()
Dmeta.cpp334 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()
Dassembly-type.h95 bool IsArray() const in IsArray() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp68 EXPECT_TRUE(array->IsArray(thread)); in HWTEST_F_L0()
71 EXPECT_TRUE(iter->GetIteratedArray().IsArray(thread)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp107 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/
Dbuiltins_array.h29 V("isArray", IsArray, 1, INVALID) \
126 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *argv);
Dbuiltins_ark_tools.h74 …V("isArray", IsArray, 1, INVAL…
243 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
/arkcompiler/runtime_core/static_core/runtime/include/
Dhclass.h57 inline bool IsArray() const in IsArray() function
/arkcompiler/toolchain/tooling/base/
Dpt_json.h83 bool IsArray() const;
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers-inl.h219 ASSERT(cls->IsArray()); in TraverseArray()
258 if (cls->IsArray()) { in TraverseAllObjectsWithInfo()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp30 bool isArray = val->IsArray(thread); in InternalizeJsonProperty()
Darray_helper.cpp145 return obj->IsArray(thread); in IsConcatSpreadable()
343 shouldFlatten = element->IsArray(thread); in FlattenIntoArray()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h189 CHECK(LoadArray, IsArray) in Compare()
190 CHECK(LenArray, IsArray) in Compare()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddefault_inspector_extension.cpp184 if (!object->ClassAddr<HClass>()->IsArray()) { in GetLengthIfArray()
200 if (cls->IsArray()) { in EnumerateProperties()
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.h89 bool IsArray(JSThread *thread) const;
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h197 CHECK(LoadArray, IsArray) in InstAdditionalPropertiesCompare()
198 CHECK(LenArray, IsArray) in InstAdditionalPropertiesCompare()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/dynamic/
Dgc_marker_dynamic-inl.h129 } else if (cls->IsArray()) { in MarkInstance()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp258 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()

123