Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dyaml-schema.json5 "properties": { object
13 "properties": { object
34 "properties": { object
Dtest-schema.json9 "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/
DobjectDescriptor.h52 ArenaVector<binder::LocalVariable *> properties; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstrictNullNotNullIndexTypeShouldWork.ts43 properties: Readonly<P>; property in FooClass
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Duncovered_md.rb42 def props(properties) argument
Dfull_md.rb50 def props(properties) argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.h41 …explicit ObjectExpression(AstNodeType nodeType, ArenaVector<Expression *> &&properties, bool trail… in ObjectExpression()
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReader.ts118 const properties: string[] = ApiExtractor.parseThirdPartyLibs(filePath); constant
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp104 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()
Dliteral_data_extractor.cpp35 JSMutableHandle<TaggedArray> properties, in ExtractObjectDatas()
287 JSMutableHandle<TaggedArray> properties, in ExtractObjectDatas()
Dpanda_file_translator.cpp174 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/
DclassDefinition.cpp142 const auto &properties = body_; in CreateClassStaticProperties() local
232 const auto &properties = body_; in CompileMissingProperties() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp176 const auto &properties = object->Properties(); in GenObjectWithRest() local
216 const auto &properties = object->Properties(); in GenObject() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp69 checker::InterfacePropertyMap properties; in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2076 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()
2443const 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/
Dobject_operator.cpp523 …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
Dlayout_info-inl.h35 inline void LayoutInfo::SetNumberOfElements([[maybe_unused]] const JSThread *thread, int properties) in SetNumberOfElements()
Dobject_factory.cpp441 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/
Dfast_runtime_stub-inl.h213 TaggedArray *properties = TaggedArray::Cast(obj->GetProperties().GetTaggedObject()); in GetGlobalOwnProperty() local
/arkcompiler/runtime_core/isa/
Disapi.rb493 def properties method
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp54 const ArenaVector<binder::LocalVariable *> &properties = objType->Properties(); in CheckIndexConstraints() local
Dfunction.cpp471 const auto &properties = node->AsObjectPattern()->Properties(); in CreatePatternParameterName() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp595 bool Helpers::IsObjectPropertyValue(const ArenaVector<ir::Expression *> &properties, const ir::AstN… in IsObjectPropertyValue()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp387 JSHandle<JSTaggedValue> properties(thread, namespaceType->GetPropertyType()); in GetPropTypeGT() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp125 … auto &properties = iter->IsObjectExpression() ? iter->AsObjectExpression()->Properties() : in CheckMandatoryArguments() local

12