Searched refs:PROTO (Results 1 – 9 of 9) sorted by relevance
71 kind_ = PropertyKind::PROTO; in ValidateExpression()105 case PropertyKind::PROTO: { in Dump()
33 enum class PropertyKind { INIT, GET, SET, PROTO }; enumerator
102 if (prop->Kind() == PropertyKind::PROTO) { in ValidateExpression()292 prop->Kind() == ir::PropertyKind::PROTO) { in CompileStaticProperties()410 case ir::PropertyKind::PROTO: { in CompileRemainingProperties()
148 PROTO = 0x3, enumerator149 LAST_16 = PROTO,1291 return IndexType::PROTO; in GetIndexType()
893 case IndexType::PROTO: in GetItemType()
535 if (prop->Kind() != ir::PropertyKind::PROTO && in FunctionName()
399 if (changeKind == StableArrayChangeKind::PROTO && receiver->IsJSArray()) { in NotifyStableArrayElementsGuardians()
62 enum class StableArrayChangeKind { PROTO, NOT_PROTO }; enumerator
1212 thread->NotifyStableArrayElementsGuardians(obj, StableArrayChangeKind::PROTO); in SetPrototype()