Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h161 bool hasSetter = op.IsAccessorDescriptor(); in StoreProperty() local
162 AccessorBit::Set<uint32_t>(hasSetter, &handler); in StoreProperty()
163 if (!hasSetter) { in StoreProperty()
169 if (!hasSetter) { in StoreProperty()