Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h64 JS_SET, enumerator
Djs_hclass.h102JS_SET, /* //////////////////////////////////////////////////////////////////////////////////…
770 return GetObjectType() == JSType::JS_SET; in IsJSSet()
Djs_serializer.cpp300 case JSType::JS_SET: in WriteTaggedObject()
659 if (!WriteType(SerializationUID::JS_SET)) { in WriteJSSet()
1158 case SerializationUID::JS_SET: in DeserializeJSTaggedValue()
Ddump.cpp182 case JSType::JS_SET: in DumpJSType()
697 case JSType::JS_SET: in DumpObject()
3752 case JSType::JS_SET: in DumpObject()
Dobject_factory.cpp1077 case JSType::JS_SET: in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h231 case JSType::JS_SET: in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp192 JSHandle<JSHClass> setClass = factory->NewEcmaHClass(JSSet::SIZE, JSType::JS_SET, proto); in NewJSSet()
553 case JSType::JS_SET: { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp288 case JSType::JS_SET: in GenerateNodeName()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1310 factory_->NewEcmaHClass(JSSet::SIZE, JSType::JS_SET, setFuncPrototypeValue); in InitializeSet()