Home
last modified time | relevance | path

Searched defs:props (Results 1 – 21 of 21) 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/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/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/arkguard/test/grammar/double_underscore/shorthand_test/
DshorthandTest.ts36 const props = { constant
/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/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@blueprintjs/
Dcore.js18 export const Icon = (props) => <span data-testid="mocked-icon" {...props}>Mocked Icon</span>; argument
23 export const Checkbox = (props) => <input type="checkbox" {...props} />; argument
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp37 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add()
173 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
DastDump.h81 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property()
168 void AddList(T props) in AddList()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp262 PropsMap props; in CalculateProperties() local
302 void EtsClassWrapper::CollectConstructors(EtsClassWrapper::PropsMap *props) in CollectConstructors()
313 void EtsClassWrapper::CollectClassMethods(EtsClassWrapper::PropsMap *props, const OverloadsMap *ove… in CollectClassMethods()
350 void EtsClassWrapper::UpdatePropsWithBaseClasses(EtsClassWrapper::PropsMap *props) in UpdatePropsWithBaseClasses()
392 const PropsMap &props) in CalculateFieldsAndMethods()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp894 void ClassScope::SetBindingProps(Decl *newDecl, BindingProps *props, bool isStatic) in SetBindingProps()
946 BindingProps props; in AddBinding() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1155 void InitScopesPhaseETS::FilterInterfaceOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterInterfaceOverloads()
1167 void InitScopesPhaseETS::FilterOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterOverloads()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp202 auto props = ArenaVector<ir::AstNode *>(Allocator()->Adapter()); in ResolveDynamicCallExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp1124 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp172 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
Dbuiltins.cpp3960 JSHandle<TaggedArray> props(factory_->NewTaggedArray(2)); // 2 : two propertise in InitializeDefaultExportOfScript() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp466 auto props = ArenaVector<ir::AstNode *>(allocator->Adapter()); in CreateLambdaClassFields() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts417 const props = tsExprType.getProperties(); constant
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp4302 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local