Home
last modified time | relevance | path

Searched refs:JS_SET (Results 1 – 9 of 9) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_serializer.h53 JS_SET, enumerator
Djs_hclass.h87JS_SET, /* //////////////////////////////////////////////////////////////////////////////////…
535 return GetObjectType() == JSType::JS_SET; in IsJSSet()
Djs_serializer.cpp264 case JSType::JS_SET: in WriteTaggedObject()
443 if (!WriteType(SerializationUID::JS_SET)) { in WriteJSSet()
836 case SerializationUID::JS_SET: in DeserializeJSTaggedValue()
Ddump.cpp130 case JSType::JS_SET: in DumpJSType()
446 case JSType::JS_SET: in DumpObject()
2420 case JSType::JS_SET: in DumpObject()
Dobject_factory.cpp745 case JSType::JS_SET: in NewJSObjectByConstructor()
Dbuiltins.cpp1112 factory_->NewEcmaDynClass(JSSet::SIZE, JSType::JS_SET, setFuncPrototypeValue); in InitializeSet()
/ark/js_runtime/ecmascript/mem/
Dobject_xray-inl.h130 case JSType::JS_SET: in VisitObjectBody()
/ark/js_runtime/ecmascript/tests/
Ddump_test.cpp149 JSHandle<JSHClass> setClass = factory->NewEcmaDynClass(JSSet::SIZE, JSType::JS_SET, proto); in NewJSSet()
309 case JSType::JS_SET: { in HWTEST_F_L0()
/ark/js_runtime/ecmascript/hprof/
Dheap_snapshot.cpp197 case JSType::JS_SET: in GenerateNodeName()