| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | method_properties_test.cpp | 37 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/ |
| D | uncovered_md.rb | 42 def props(properties) method in UncoveredMd
|
| D | full_md.rb | 50 def props(properties) method in FullMd
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | uncovered_md.rb | 42 def props(properties) method in UncoveredMd
|
| D | full_md.rb | 50 def props(properties) method in FullMd
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/double_underscore/shorthand_test/ |
| D | shorthandTest.ts | 36 const props = { constant
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 31 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() 187 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
|
| D | astDump.h | 96 … 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/ |
| D | core.js | 18 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/ |
| D | astDump.cpp | 37 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() 173 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
|
| D | astDump.h | 81 … 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/ |
| D | ets_class_wrapper.cpp | 262 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/ |
| D | scope.cpp | 894 void ClassScope::SetBindingProps(Decl *newDecl, BindingProps *props, bool isStatic) in SetBindingProps() 946 BindingProps props; in AddBinding() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 1155 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/ |
| D | dynamic.cpp | 202 auto props = ArenaVector<ir::AstNode *>(Allocator()->Adapter()); in ResolveDynamicCallExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 1124 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 172 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
|
| D | builtins.cpp | 3960 JSHandle<TaggedArray> props(factory_->NewTaggedArray(2)); // 2 : two propertise in InitializeDefaultExportOfScript() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 466 auto props = ArenaVector<ir::AstNode *>(allocator->Adapter()); in CreateLambdaClassFields() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 417 const props = tsExprType.getProperties(); constant
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 4302 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
|