Home
last modified time | relevance | path

Searched refs:ClassPropertyType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.h102 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; enum
120 … JSHandle<TaggedArray> &properties, ClassPropertyType type,
165 ClassPropertyType type,
Dclass_info_extractor.cpp405ClassPropertyType::NON_STATIC, lexenv); in DefineClassFromExtractor()
431 … staticProperties, ClassPropertyType::STATIC, lexenv); in DefineClassFromExtractor()
498ClassPropertyType::NON_STATIC, lexenv); in DefineClassWithIHClass()
531 … staticProperties, ClassPropertyType::STATIC, lexenv); in DefineClassWithIHClass()
558 ClassPropertyType type, in BuildDictionaryProperties()
572 if (type == ClassPropertyType::STATIC) { in BuildDictionaryProperties()
716 nonStaticProperties, ClassPropertyType::NON_STATIC, constructor); in DefineSendableClassFromExtractor()
745 … staticProperties, ClassPropertyType::STATIC, constructor); in DefineSendableClassFromExtractor()
812 ClassPropertyType type, const JSHandle<JSFunction> &ctor) in BuildSendableDictionaryProperties()
827 … if (index == ClassInfoExtractor::CONSTRUCTOR_INDEX && type == ClassPropertyType::NON_STATIC) { in BuildSendableDictionaryProperties()