Home
last modified time | relevance | path

Searched defs:isStatic (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsParameterProperty.h37 bool isStatic, bool isExport) in TSParameterProperty()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp770 bool isStatic = definition->IsStatic(); in VisitClassDeclaration() local
799 bool isStatic = classProperty->IsStatic(); in VisitClassDeclaration() local
911 bool isStatic) in CreateParamDecorators()
953 bool isStatic) in CreatePropertyDecorators()
988 bool isStatic) in CreateMethodDecorators()
1037 ir::Expression *Transformer::CreateDecoratorTarget(util::StringView className, bool isStatic) in CreateDecoratorTarget()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h702 bool isStatic = (modifiers & ir::ModifierFlags::STATIC); in FillField() local
819 void FillFieldsLiteralBuffer(bool isStatic) in FillFieldsLiteralBuffer()
839 void FillMethodsLiteralBuffer(bool isStatic) in FillMethodsLiteralBuffer()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp90 bool isStatic = propType == PropertyType::STATIC; in GetSuperPropTypeGT() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp967 bool isStatic = tsManager_->IsStaticFunc(funcType.GetGTRef()); in GetSuperProp() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3595 bool isStatic = false; in CreateTsParameterProperty() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument