Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdefaultDeclarationEmitNamedCorrectly.ts35 props: Props; property in MyComponent
DvueLikeDataAndPropsInference2.ts36 props?: PropsDef property
DtypeVariableTypeGuards.ts28 constructor(public props: Readonly<P>) {} property in A
/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.cpp3895 JSHandle<TaggedArray> props(factory_->NewTaggedArray(2)); // 2 : two propertise in InitializeDefaultExportOfScript() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3738 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local