Home
last modified time | relevance | path

Searched defs:staticProperties (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp80 JSHandle<TaggedArray> staticProperties; in BuildClassInfoExtractorFromLiteral() local
398 JSHandle<TaggedArray> staticProperties(thread, extractor->GetStaticProperties(thread)); in DefineClassFromExtractor() local
486 JSHandle<TaggedArray> staticProperties(thread, extractor->GetStaticProperties(thread)); in DefineClassWithIHClass() local
749 JSHandle<TaggedArray> staticProperties(thread, extractor->GetStaticProperties(thread)); in DefineSendableClassFromExtractor() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp215 JSHandle<TaggedArray> staticProperties(thread, extractor->GetStaticProperties(thread)); in CheckAOTChcPropertiesForRep() local