/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | property.cpp | 71 kind_ = PropertyKind::PROTO; in ValidateExpression() 105 case PropertyKind::PROTO: { in Dump()
|
H A D | property.h | 33 enum class PropertyKind { INIT, GET, SET, PROTO };
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
H A D | property.cpp | 105 kind_ = PropertyKind::PROTO; in ValidateExpression() 152 case PropertyKind::PROTO: { in Dump()
|
H A D | property.h | 23 enum class PropertyKind { INIT, GET, SET, PROTO };
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | objectExpression.cpp | 103 if (prop->Kind() == PropertyKind::PROTO) { in ValidateExpression() 290 prop->Kind() == ir::PropertyKind::PROTO) { in CompileStaticProperties() 428 case ir::PropertyKind::PROTO: { in CompileRemainingProperties()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_call_signature.h | 262 GLUE, SP, ACC, PROTO) 272 GLUE, SP, ACC, PROTO)
|
H A D | baseline_stubs.cpp | 2192 GateRef proto = TaggedArgument(PARAM_INDEX(BaselineSetobjectwithprotoImm8V8, PROTO)); in GenerateCircuit() 2253 GateRef proto = TaggedArgument(PARAM_INDEX(BaselineSetobjectwithprotoImm16V8, PROTO)); in GenerateCircuit()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.h | 258 if (bc_version.value().front() >= API_12 && (type == IndexType::FIELD || type == IndexType::PROTO)) { in IndexItem()
|
H A D | file_items.h | 159 PROTO = 0x3, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::IndexType 160 LAST_16 = PROTO, 1318 return IndexType::PROTO;
|
H A D | file_item_container.cpp | 980 case IndexType::PROTO: in GetItemType()
|
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
H A D | objectExpression.cpp | 74 if (prop->Kind() == PropertyKind::PROTO) { in ValidateProperty()
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_items.h | 135 PROTO = 0x3, member in ark::panda_file::ClassTag::MethodTag::FieldTag::IndexType 136 LAST_16 = PROTO, 1393 return IndexType::PROTO;
|
H A D | file_item_container.cpp | 913 case IndexType::PROTO: in GetItemType()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | helpers.cpp | 553 if (prop->Kind() != ir::PropertyKind::PROTO && in FunctionNameFromParent()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 848 prop->Kind() != ir::PropertyKind::PROTO; in IsLiteralBufferCompatible() 943 case ir::PropertyKind::PROTO: { in CompileRemainingPropertyKind()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_thread.cpp | 575 if (changeKind == StableArrayChangeKind::PROTO && receiver->IsJSArray()) { in NotifyStableArrayElementsGuardians()
|
H A D | js_thread.h | 86 enum class StableArrayChangeKind { PROTO, NOT_PROTO }; member in panda::ecmascript::StableArrayChangeKind
|
H A D | js_hclass.cpp | 494 thread->NotifyStableArrayElementsGuardians(object, StableArrayChangeKind::PROTO); in SetPrototypeTransition()
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | helpers.cpp | 547 if (prop->Kind() != ir::PropertyKind::PROTO && in GetName()
|