Home
last modified time | relevance | path

Searched defs:props (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dmethod_properties_test.cpp37 MethodProperties props(GetGraph()); in CheckCall() local
50 MethodProperties props(GetGraph()); in TEST_F() local
70 MethodProperties props(GetGraph()); in TEST_F() local
91 MethodProperties props(GetGraph()); in TEST_F() local
125 MethodProperties props(GetGraph()); in TEST_F() local
144 MethodProperties props(GetGraph()); in TEST_F() local
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Duncovered_md.rb42 def props(properties) method in UncoveredMd
Dfull_md.rb50 def props(properties) method in FullMd
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Duncovered_md.rb42 def props(properties) method in UncoveredMd
Dfull_md.rb50 def props(properties) method in FullMd
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp31 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add()
187 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
DastDump.h96 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property()
209 void AddList(T props) in AddList()
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h81 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property()
168 void AddList(T props) in AddList()
DastDump.cpp42 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add()
178 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp696 void ClassScope::SetBindingProps(Decl *newDecl, BindingProps *props, bool isStatic) in SetBindingProps()
736 BindingProps props; in AddBinding() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp969 void InitScopesPhaseETS::FilterInterfaceOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterInterfaceOverloads()
981 void InitScopesPhaseETS::FilterOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterOverloads()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp258 …dered_map<uint8_t const *, std::variant<Method *, Field *>, utf::Mutf8Hash, utf::Mutf8Equal> props; in CalculateProperties() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp1040 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts393 const props = tsExprType.getProperties(); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts451 const props = tsExprType.getProperties(); constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp181 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
Dbuiltins.cpp3723 JSHandle<TaggedArray> props(factory_->NewTaggedArray(2)); // 2 : two propertise in InitializeDefaultExportOfScript() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp4149 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local