Searched refs:JS_ARRAY (Results 1 – 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.h | 66 JS_ARRAY, enumerator
|
D | js_hclass.h | 152 …JS_ARRAY, /* ///////////////////////////////////////////////////////////////////////////////… 598 return GetObjectType() == JSType::JS_ARRAY; in IsJSArray() 1534 return IsStableElementsBit::Decode(bits) && (type == JSType::JS_ARRAY); in IsStableJSArray()
|
D | js_serializer.cpp | 296 case JSType::JS_ARRAY: in WriteTaggedObject() 578 if (!WriteType(SerializationUID::JS_ARRAY)) { in WriteJSArray() 1152 case SerializationUID::JS_ARRAY: in DeserializeJSTaggedValue()
|
D | object_fast_operator-inl.h | 593 return jsType > JSType::JS_ARRAY; in IsSpecialIndexedObj()
|
D | dump.cpp | 200 case JSType::JS_ARRAY: in DumpJSType() 731 case JSType::JS_ARRAY: in DumpObject() 3779 case JSType::JS_ARRAY: in DumpObject()
|
D | object_factory.cpp | 694 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/ |
D | heap_snapshot.cpp | 300 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/ |
D | circuit_ir_specification.md | 45 … 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>, …
|
D | circuit_builder-inl.h | 415 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()
|
D | stub_builder-inl.h | 1162 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/ |
D | object_xray.h | 302 case JSType::JS_ARRAY: in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | json_stringifier.cpp | 371 case JSType::JS_ARRAY: { in SerializeJSONProperty()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | dump_test.cpp | 737 case JSType::JS_ARRAY: { in HWTEST_F_L0()
|