Home
last modified time | relevance | path

Searched defs:props (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
H A Duncovered_md.rb42 def props(properties) method in UncoveredMd
H A Dfull_md.rb50 def props(properties) method in FullMd
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Duncovered_md.rb42 def props(properties) method in UncoveredMd
H A Dfull_md.rb50 def props(properties) method in FullMd
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h96 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 DastDump.cpp31 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 DastDump.h81 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 DastDump.cpp42 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 Dscope.cpp870 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 Ddynamic.cpp202 auto props = ArenaVector<ir::AstNode *>(Allocator()->Adapter()); in ResolveDynamicCallExpression() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
H A Dets_class_wrapper.cpp262 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 Dbuiltins_object.cpp172 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1120 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 DlambdaLowering.cpp545 auto props = ArenaVector<ir::AstNode *>(allocator->Adapter()); in CreateLambdaClassFields() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp1075 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp4295 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local

Completed in 28 milliseconds