Searched refs:ClassPropertyType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | class_info_extractor.h | 109 enum class ClassPropertyType : uint8_t { NON_STATIC = 0, STATIC }; class 128 JSHandle<TaggedArray> &properties, ClassPropertyType type, 191 ClassPropertyType type,
|
H A D | class_info_extractor.cpp | 422 ClassPropertyType::NON_STATIC, lexenv); in DefineClassFromExtractor() 447 staticProperties, ClassPropertyType::STATIC, lexenv); in DefineClassFromExtractor() 528 ClassPropertyType::NON_STATIC, lexenv); in DefineClassWithIHClass() 560 staticProperties, ClassPropertyType::STATIC, lexenv); in DefineClassWithIHClass() 600 ClassPropertyType type, in BuildDictionaryProperties() 613 if (type == ClassPropertyType::STATIC) { in BuildDictionaryProperties() 787 nonStaticProperties, ClassPropertyType::NON_STATIC, constructor); in DefineSendableClassFromExtractor() 814 staticProperties, ClassPropertyType::STATIC, constructor); in DefineSendableClassFromExtractor() 881 ClassPropertyType type, const JSHandle<JSFunction> &ctor) in BuildSendableDictionaryProperties() 898 if (index == ClassInfoExtractor::CONSTRUCTOR_INDEX && type == ClassPropertyType in BuildSendableDictionaryProperties() [all...] |
Completed in 3 milliseconds