Searched refs:Computed (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsPropertySignature.h | 60 bool Computed() const in Computed() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSPropertySignature
|
H A D | tsMethodSignature.h | 86 bool Computed() const in Computed() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSMethodSignature
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classDefinition.cpp | 156 if (prop->Computed()) { in CreateClassPublicBuffer() 300 compiler::Operand key = prop->Computed() ? prop->KeyReg() : in CompileMissingProperties() 307 pg->StoreOwnProperty(prop->Value()->Parent(), dest, key, prop->Computed()); in CompileMissingProperties() 366 if (methodDef->Computed()) { in CompileComputedKeys() 479 } else if (methodDef->Computed()) { in BuildClassEnvironment() 705 compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false); in CompileGetterOrSetter() 726 pg->DefineGetterSetterByValue(this, dest, keyReg, getter, setter, prop->Computed()); in CompileGetterOrSetter()
|
H A D | methodDefinition.h | 91 bool Computed() const in Computed() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
|
/arkcompiler/ets_frontend/ets2panda/ir/base/ |
H A D | tsPropertySignature.h | 51 [[nodiscard]] bool Computed() const noexcept
|
H A D | tsMethodSignature.h | 106 [[nodiscard]] bool Computed() const noexcept
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
H A D | transformer.cpp | 510 if (!methodDefinition->Computed() || in VisitComputedProperty() 1428 GetClassMemberName(node->Key(), node->Computed(), node)); in CreateParamDecorators() 1504 arguments.push_back(GetClassMemberName(node->Key(), node->Computed(), node)); in CreateMethodDecorators() 1507 CreateDecoratorTarget(className, isStatic), GetClassMemberName(node->Key(), node->Computed(), node)); in CreateMethodDecorators() 1519 GetClassMemberName(node->Key(), node->Computed(), node), newValue); in CreateMethodDecorators()
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSAnalyzer.cpp | 90 if (node->Computed()) { in Check() 122 if (node->Computed()) { in Check() 1745 "Computed values are not permitted in an enum with string valued members.";
|
Completed in 11 milliseconds