Home
last modified time | relevance | path

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

12

/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.h289 if (IsArray()) { in CreateAnnotationElement()
297 bool IsArray() const in IsArray() function
323 if (IsArray() && !IsComponentTypeSet()) { in IsCompleted()
327 if (!IsArray() && values_.empty()) { in IsCompleted()
Dmeta.cpp336 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()
Dassembly-type.h95 bool IsArray() const in IsArray() function
Dannotation.h375 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()
Dtagged_value_test.cpp946 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/
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.h33 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *argv);
Dbuiltins_weak_set.cpp90 if (nextValue->IsArray(thread)) { in WeakSetConstructor()
Dbuiltins_set.cpp88 if (nextValue->IsArray(thread)) { in SetConstructor()
/arkcompiler/toolchain/tooling/base/
Dpt_json.h82 bool IsArray() const;
Dpt_json.cpp277 bool PtJson::IsArray() const in IsArray() function in panda::ecmascript::tooling::PtJson
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp52 return obj->IsArray(thread); in IsConcatSpreadable()
220 shouldFlatten = element->IsArray(thread); in FlattenIntoArray()
Djson_parser.cpp30 bool isArray = val->IsArray(thread); in InternalizeJsonProperty()
Djson_stringifier.cpp151 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/
Djs_proxy.h87 bool IsArray(JSThread *thread) const;
Djs_proxy.cpp987 bool JSProxy::IsArray(JSThread *thread) const in IsArray() function in panda::ecmascript::JSProxy
992 return GetTarget().IsArray(thread); in IsArray()
Djs_tagged_value-inl.h851 inline bool JSTaggedValue::IsArray(JSThread *thread) const in IsArray() function
862 return JSProxy::Cast(GetTaggedObject())->IsArray(thread); in IsArray()
Djs_array.cpp109 bool isArray = originalValue->IsArray(thread); in ArraySpeciesCreate()
Djs_tagged_value.h536 bool IsArray(JSThread *thread) const;
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h189 CHECK(LoadArray, IsArray) in Compare()
190 CHECK(LenArray, IsArray) in Compare()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp118 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/
DannotationProto.cpp41 if (element.GetValue()->IsArray()) { in Serialize()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp877 ASSERT(!IsArray()); in GetAsScalar()
883 ASSERT(IsArray()); in GetAsArray()

12