| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | yaml-schema.json | 5 "properties": { object 13 "properties": { object 34 "properties": { object
|
| D | test-schema.json | 9 "properties": { object 26 "properties": { object 33 "properties": { object 60 "properties": { object 91 "properties": { object 95 "properties": { object 105 "properties": { object 133 "properties": { object 203 "properties": { object 239 "properties": { object
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | objectDescriptor.h | 52 ArenaVector<binder::LocalVariable *> properties; variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | strictNullNotNullIndexTypeShouldWork.ts | 43 properties: Readonly<P>; property in FooClass
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | uncovered_md.rb | 42 def props(properties) argument
|
| D | full_md.rb | 50 def props(properties) argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.h | 41 …explicit ObjectExpression(AstNodeType nodeType, ArenaVector<Expression *> &&properties, bool trail… in ObjectExpression()
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | ApiReader.ts | 118 const properties: string[] = ApiExtractor.parseThirdPartyLibs(filePath); constant
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 104 JSHandle<TaggedArray> &properties, in ExtractAndReturnWhetherWithElements() 178 JSHandle<TaggedArray> &properties) in CreatePrototypeHClass() 224 JSHandle<TaggedArray> &properties, in CreateConstructorHClass() 299 JSHandle<TaggedArray> &properties, in CorrectConstructorHClass() 513 JSHandle<TaggedArray> &properties, in BuildDictionaryProperties()
|
| D | literal_data_extractor.cpp | 35 JSMutableHandle<TaggedArray> properties, in ExtractObjectDatas() 287 JSMutableHandle<TaggedArray> properties, in ExtractObjectDatas()
|
| D | panda_file_translator.cpp | 174 JSMutableHandle<TaggedArray> properties(thread, JSTaggedValue::Undefined()); in ParseConstPool() local 244 JSMutableHandle<TaggedArray> properties(thread, JSTaggedValue::Undefined()); in ParseFuncAndLiteralConstPool() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 142 const auto &properties = body_; in CreateClassStaticProperties() local 232 const auto &properties = body_; in CompileMissingProperties() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 176 const auto &properties = object->Properties(); in GenObjectWithRest() local 216 const auto &properties = object->Properties(); in GenObject() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 69 checker::InterfacePropertyMap properties; in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 2076 void ParserImpl::CheckAccessorPair(const ArenaVector<ir::Statement *> &properties, const ir::Expres… in CheckAccessorPair() 2361 …pl::ValidateClassSetter(ClassElmentDescriptor *desc, const ArenaVector<ir::Statement *> &propertie… in ValidateClassSetter() 2375 …pl::ValidateClassGetter(ClassElmentDescriptor *desc, const ArenaVector<ir::Statement *> &propertie… in ValidateClassGetter() 2391 const ArenaVector<ir::Statement *> &properties, in ParseClassMethod() 2443 … const ArenaVector<ir::Statement *> &properties, ir::Expression *propName, in ParseClassProperty() 2576 ir::Statement *ParserImpl::ParseClassElement(const ArenaVector<ir::Statement *> &properties, in ParseClassElement() 2919 ArenaVector<ir::Statement *> properties(Allocator()->Adapter()); in ParseClassDefinition() local 2977 ArenaVector<ir::Statement *> &properties, in ValidateClassConstructor() 3027 …rImpl::SuperCallShouldBeFirst(ir::MethodDefinition *ctor, ArenaVector<ir::Statement *> &properties) in SuperCallShouldBeFirst()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 523 …JSMutableHandle<TaggedArray> properties(thread_, TaggedArray::Cast(receiver->GetProperties().GetTa… in UpdateDataValue() local 606 … TaggedArray *properties = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in WriteDataProperty() local 807 JSHandle<GlobalDictionary> properties = in AddPropertyInternal() local
|
| D | layout_info-inl.h | 35 inline void LayoutInfo::SetNumberOfElements([[maybe_unused]] const JSThread *thread, int properties) in SetNumberOfElements()
|
| D | object_factory.cpp | 441 JSHandle<TaggedArray> properties(thread_, object->GetProperties()); in CloneObjectLiteral() local 483 JSHandle<TaggedArray> properties(thread_, object->GetProperties()); in CloneArrayLiteral() local 557 JSHandle<TaggedArray> properties(thread_, object->GetProperties()); in CloneObjectLiteral() local 623 JSHandle<TaggedArray> properties(thread_, ctor->GetProperties()); in CloneClassCtor() local 2425 JSHandle<LayoutInfo> ObjectFactory::CreateLayoutInfo(int properties, MemSpaceType type, GrowMode mo… in CreateLayoutInfo() 2435 …Handle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int properties) in ExtendLayoutInfo() 3089 JSHandle<JSHClass> ObjectFactory::CreateObjectClass(const JSHandle<TaggedArray> &properties, size_t… in CreateObjectClass() 3124 JSHandle<JSHClass> ObjectFactory::SetLayoutInObjHClass(const JSHandle<TaggedArray> &properties, siz… in SetLayoutInObjHClass() 3145 JSHandle<JSHClass> ObjectFactory::GetObjectLiteralHClass(const JSHandle<TaggedArray> &properties, s… in GetObjectLiteralHClass() 3177 …e<JSObject> ObjectFactory::NewOldSpaceObjLiteralByHClass(const JSHandle<TaggedArray> &properties, … in NewOldSpaceObjLiteralByHClass()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub-inl.h | 213 TaggedArray *properties = TaggedArray::Cast(obj->GetProperties().GetTaggedObject()); in GetGlobalOwnProperty() local
|
| /arkcompiler/runtime_core/isa/ |
| D | isapi.rb | 493 def properties method
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 54 const ArenaVector<binder::LocalVariable *> &properties = objType->Properties(); in CheckIndexConstraints() local
|
| D | function.cpp | 471 const auto &properties = node->AsObjectPattern()->Properties(); in CreatePatternParameterName() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 595 bool Helpers::IsObjectPropertyValue(const ArenaVector<ir::Expression *> &properties, const ir::AstN… in IsObjectPropertyValue()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.cpp | 387 JSHandle<JSTaggedValue> properties(thread, namespaceType->GetPropertyType()); in GetPropTypeGT() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | binder.cpp | 125 … auto &properties = iter->IsObjectExpression() ? iter->AsObjectExpression()->Properties() : in CheckMandatoryArguments() local
|