Home
last modified time | relevance | path

Searched refs:PropertyAccessor (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_accessor.cpp21 PropertyAccessor::PropertyAccessor(JSThread *thread, JSHandle<JSTaggedValue> object) in PropertyAccessor() function in panda::ecmascript::PropertyAccessor
37 void PropertyAccessor::PreLoad() in PreLoad()
74 void PropertyAccessor::CollectPrototypeInfo() in CollectPrototypeInfo()
114 void PropertyAccessor::InitSimplePropertiesEnumCache() in InitSimplePropertiesEnumCache()
139 inline void PropertyAccessor::AccumulateKeyLength(uint32_t length) in AccumulateKeyLength()
144 inline void PropertyAccessor::AccumulateShadowKeyLength(uint32_t length) in AccumulateShadowKeyLength()
149 JSHandle<JSTaggedValue> PropertyAccessor::GetCachedHclass() in GetCachedHclass()
154 uint32_t PropertyAccessor::GetActualKeyLength() const in GetActualKeyLength()
159 inline void PropertyAccessor
[all...]
H A Dproperty_accessor.h26 class PropertyAccessor { class
28 PropertyAccessor(JSThread *thread, JSHandle<JSTaggedValue> object);
H A Djs_object.cpp2646 PropertyAccessor accessor(thread, object); in LoadEnumerateProperties()

Completed in 12 milliseconds