Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dmethod_properties_test.cpp37 MethodProperties props(GetGraph()); in CheckCall() local
49 MethodProperties props(GetGraph()); in TEST_F() local
69 MethodProperties props(GetGraph()); in TEST_F() local
90 MethodProperties props(GetGraph()); in TEST_F() local
124 MethodProperties props(GetGraph()); in TEST_F() local
143 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/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_runtime/ecmascript/builtins/
Dbuiltins_object.cpp148 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
Dbuiltins.cpp3627 JSHandle<TaggedArray> props(factory_->NewTaggedArray(2)); // 2 : two propertise in InitializeDefaultExportOfScript() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3463 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local