Home
last modified time | relevance | path

Searched defs:properties (Results 1 – 25 of 37) 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/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_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp104 JSHandle<TaggedArray> &properties, in ExtractAndReturnWhetherWithElements()
178 JSHandle<TaggedArray> &properties) in CreatePrototypeHClass()
224 JSHandle<TaggedArray> &properties) in CreateConstructorHClass()
461 JSHandle<TaggedArray> &properties, in BuildDictionaryProperties()
Dpanda_file_translator.cpp179 JSMutableHandle<TaggedArray> properties(thread, JSTaggedValue::Undefined()); in ParseConstPool() local
249 JSMutableHandle<TaggedArray> properties(thread, JSTaggedValue::Undefined()); in ParseFuncAndLiteralConstPool() local
Dliteral_data_extractor.cpp33 JSMutableHandle<TaggedArray> properties, in ExtractObjectDatas()
326 JSMutableHandle<TaggedArray> properties, in ExtractObjectDatas()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp141 const auto &properties = body_; in CreateClassStaticProperties() local
221 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/runtime_core/runtime/mem/
Dregion_space.cpp231 … size_t region_size, RegionFlag eden_or_old_or_nonmovable, RegionFlag properties) in NewRegion()
327 …onSpace::NewRegion(size_t region_size, RegionFlag eden_or_old_or_nonmovable, RegionFlag properties) in NewRegion()
Dregion_allocator.h111 …egion *AllocRegion(size_t region_size, RegionFlag eden_or_old_or_nonmovable, RegionFlag properties) in AllocRegion()
Dregion_allocator-inl.h77 RegionFlag properties) in CreateAndSetUpNewRegion()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp463 TaggedArray *properties = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in UpdateDataValue() local
521 … TaggedArray *properties = TaggedArray::Cast(receiver->GetProperties().GetTaggedObject()); in WriteDataProperty() local
719 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.cpp427 JSHandle<TaggedArray> properties(thread_, object->GetProperties()); in CloneObjectLiteral() local
469 JSHandle<TaggedArray> properties(thread_, object->GetProperties()); in CloneArrayLiteral() local
543 JSHandle<TaggedArray> properties(thread_, object->GetProperties()); in CloneObjectLiteral() local
607 JSHandle<TaggedArray> properties(thread_, ctor->GetProperties()); in CloneClassCtor() local
2429 JSHandle<LayoutInfo> ObjectFactory::CreateLayoutInfo(int properties, MemSpaceType type, in CreateLayoutInfo()
2440 …Handle<LayoutInfo> ObjectFactory::ExtendLayoutInfo(const JSHandle<LayoutInfo> &old, int properties, in ExtendLayoutInfo()
3080 JSHandle<JSHClass> ObjectFactory::CreateObjectClass(const JSHandle<TaggedArray> &properties, size_t… in CreateObjectClass()
3115 JSHandle<JSHClass> ObjectFactory::SetLayoutInObjHClass(const JSHandle<TaggedArray> &properties, siz… in SetLayoutInObjHClass()
3136 JSHandle<JSHClass> ObjectFactory::GetObjectLiteralHClass(const JSHandle<TaggedArray> &properties, s… in GetObjectLiteralHClass()
3168 …e<JSObject> ObjectFactory::NewOldSpaceObjLiteralByHClass(const JSHandle<TaggedArray> &properties, … in NewOldSpaceObjLiteralByHClass()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1943 void ParserImpl::CheckAccessorPair(const ArenaVector<ir::Statement *> &properties, const ir::Expres… in CheckAccessorPair()
2230 …pl::ValidateClassSetter(ClassElmentDescriptor *desc, const ArenaVector<ir::Statement *> &propertie… in ValidateClassSetter()
2244 …pl::ValidateClassGetter(ClassElmentDescriptor *desc, const ArenaVector<ir::Statement *> &propertie… in ValidateClassGetter()
2260 const ArenaVector<ir::Statement *> &properties, in ParseClassMethod()
2310const ArenaVector<ir::Statement *> &properties, ir::Expression *propName, in ParseClassProperty()
2438 ir::Statement *ParserImpl::ParseClassElement(const ArenaVector<ir::Statement *> &properties, in ParseClassElement()
2774 ArenaVector<ir::Statement *> properties(Allocator()->Adapter()); in ParseClassDefinition() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h205 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.cpp473 const auto &properties = node->AsObjectPattern()->Properties(); in CreatePatternParameterName() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp450 ArenaVector<ir::Expression *> properties(Allocator()->Adapter()); in CreateCallExpressionForTsModule() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp211 JSHandle<TaggedArray> properties = factory->NewTaggedArray(length); in HWTEST_F_L0() local

12