Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.cpp71 kind_ = PropertyKind::PROTO; in ValidateExpression()
105 case PropertyKind::PROTO: { in Dump()
Dproperty.h33 enum class PropertyKind { INIT, GET, SET, PROTO }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp102 if (prop->Kind() == PropertyKind::PROTO) { in ValidateExpression()
292 prop->Kind() == ir::PropertyKind::PROTO) { in CompileStaticProperties()
410 case ir::PropertyKind::PROTO: { in CompileRemainingProperties()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h148 PROTO = 0x3, enumerator
149 LAST_16 = PROTO,
1291 return IndexType::PROTO; in GetIndexType()
Dfile_item_container.cpp893 case IndexType::PROTO: in GetItemType()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp535 if (prop->Kind() != ir::PropertyKind::PROTO && in FunctionName()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp399 if (changeKind == StableArrayChangeKind::PROTO && receiver->IsJSArray()) { in NotifyStableArrayElementsGuardians()
Djs_thread.h62 enum class StableArrayChangeKind { PROTO, NOT_PROTO }; enumerator
Djs_object.cpp1212 thread->NotifyStableArrayElementsGuardians(obj, StableArrayChangeKind::PROTO); in SetPrototype()