Home
last modified time | relevance | path

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

12

/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/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/arkguard/test/grammar/double_underscore/shorthand_test/
DshorthandTest.ts36 const props = { constant
/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.cpp32 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add()
188 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.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/tests/tests-u-runner-2/runner/
Dcpumask.py30 props = ('online',) variable in CPUMask
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dpriority_queue.h76 explicit PriorityQueue(Properties props = defaultProps_) : properties_(std::move(props)) {} in properties_()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp442 PropsMap props; in CalculateProperties() local
477 void EtsClassWrapper::CollectConstructors(EtsClassWrapper::PropsMap *props) in CollectConstructors()
488 void EtsClassWrapper::CollectClassMethods(EtsClassWrapper::PropsMap *props, const OverloadsMap *ove… in CollectClassMethods()
540 void EtsClassWrapper::UpdatePropsWithBaseClasses(EtsClassWrapper::PropsMap *props) in UpdatePropsWithBaseClasses()
583 const PropsMap &props) in CalculateFieldsAndMethods()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp899 void ClassScope::SetBindingProps(Decl *newDecl, BindingProps *props, bool isStatic) in SetBindingProps()
962 BindingProps props; in AddBinding() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1272 void InitScopesPhaseETS::FilterInterfaceOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterInterfaceOverloads()
1284 void InitScopesPhaseETS::FilterOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterOverloads()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp215 auto props = ArenaVector<ir::AstNode *>(ProgramAllocator()->Adapter()); in ResolveDynamicCallExpression() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp1144 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
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp454 auto props = ArenaVector<ir::AstNode *>(allocator->Adapter()); in CreateLambdaClassFields() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2262 const props: ts.PropertySignature[] = []; constant
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp4350 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts588 const props = tsExprType.getProperties(); constant

12