Home
last modified time | relevance | path

Searched refs:JS_ARRAY (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h66 JS_ARRAY, enumerator
Djs_hclass.h152JS_ARRAY, /* ///////////////////////////////////////////////////////////////////////////////…
598 return GetObjectType() == JSType::JS_ARRAY; in IsJSArray()
1534 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARRAY); in IsStableJSArray()
Djs_serializer.cpp296 case JSType::JS_ARRAY: in WriteTaggedObject()
578 if (!WriteType(SerializationUID::JS_ARRAY)) { in WriteJSArray()
1152 case SerializationUID::JS_ARRAY: in DeserializeJSTaggedValue()
Dobject_fast_operator-inl.h593 return jsType > JSType::JS_ARRAY; in IsSpecialIndexedObj()
Ddump.cpp200 case JSType::JS_ARRAY: in DumpJSType()
731 case JSType::JS_ARRAY: in DumpObject()
3779 case JSType::JS_ARRAY: in DumpObject()
Dobject_factory.cpp694 JSHandle<JSHClass> arrayClass = NewEcmaHClass(JSArray::SIZE, JSType::JS_ARRAY, proto); in CreateJSArrayInstanceClass()
1037 case JSType::JS_ARRAY: { in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp300 case JSType::JS_ARRAY: { in GenerateNodeName()
578 nodeType = NodeType::JS_ARRAY; in GenerateNodeType()
1159 } else if (type == NodeType::JS_ARRAY || type == NodeType::JS_TYPED_ARRAY) { in Convert()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md45 … points to as a pointer (e.g. `JS_HEAP_OBJECT` `JS_STRING` `JS_OBJECT` `JS_ARRAY` `JS_TYPED_ARRAY`…
65 …:<JS_ANY>=VALUE_SELECTOR(a:<JS_STRING>, b:<JS_ARRAY>) -> c:<JS_HEAP_OBJECT>=JS_ADD(a:<JS_STRING>, …
Dcircuit_builder-inl.h415 GateRef isJSArray = Equal(objType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in TaggedIsJSArray()
749 GateRef isJsArray = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsStableArray()
Dstub_builder-inl.h1162 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsJsArray()
1725 return Int32GreaterThan(jsType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsSpecialIndexedObj()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h302 case JSType::JS_ARRAY: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp371 case JSType::JS_ARRAY: { in SerializeJSONProperty()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp737 case JSType::JS_ARRAY: { in HWTEST_F_L0()