Home
last modified time | relevance | path

Searched refs:Computed (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsPropertySignature.h60 bool Computed() const in Computed() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSPropertySignature
H A DtsMethodSignature.h86 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 DclassDefinition.cpp156 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 DmethodDefinition.h91 bool Computed() const in Computed() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtsPropertySignature.h51 [[nodiscard]] bool Computed() const noexcept
H A DtsMethodSignature.h106 [[nodiscard]] bool Computed() const noexcept
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp510 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 DTSAnalyzer.cpp90 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