| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| H A D | uncovered_md.rb | 42 def props(properties) method in UncoveredMd
|
| H A D | full_md.rb | 50 def props(properties) method in FullMd
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| H A D | uncovered_md.rb | 42 def props(properties) method in UncoveredMd
|
| H A D | full_md.rb | 50 def props(properties) method in FullMd
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.h | 96 Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() argument 209 void AddList(T props) in AddList() argument
|
| H A D | astDump.cpp | 31 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() argument 187 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.h | 81 Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() argument 168 void AddList(T props) in AddList() argument
|
| H A D | astDump.cpp | 42 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() argument 178 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList() argument
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | scope.cpp | 870 void ClassScope::SetBindingProps(Decl *newDecl, BindingProps *props, bool isStatic) in SetBindingProps() argument 911 BindingProps props; in AddBinding() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | dynamic.cpp | 202 auto props = ArenaVector<ir::AstNode *>(Allocator()->Adapter()); in ResolveDynamicCallExpression() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_class_wrapper.cpp | 262 PropsMap props; in CalculateProperties() local 302 void EtsClassWrapper::CollectConstructors(EtsClassWrapper::PropsMap *props) in CollectConstructors() argument 313 void EtsClassWrapper::CollectClassMethods(EtsClassWrapper::PropsMap *props, cons argument 350 UpdatePropsWithBaseClasses(EtsClassWrapper::PropsMap *props) UpdatePropsWithBaseClasses() argument 391 CalculateFieldsAndMethods( const PropsMap &props) CalculateFieldsAndMethods() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_object.cpp | 172 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 1120 void InitScopesPhaseETS::FilterInterfaceOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterInterfaceOverloads() argument 1132 void InitScopesPhaseETS::FilterOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterOverloads() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | lambdaLowering.cpp | 545 auto props = ArenaVector<ir::AstNode *>(allocator->Adapter()); in CreateLambdaClassFields() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | parserImpl.cpp | 1075 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 4295 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
|