Home
last modified time | relevance | path

Searched defs:propertyList (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp60 std::vector<JSHandle<JSTaggedValue>> propertyList; in ParseJSONText() local
309 std::vector<JSHandle<JSTaggedValue>> &propertyList) in CreateJsonObject()
330 std::vector<JSHandle<JSTaggedValue>> &propertyList) in CreateSJsonObject()
439std::vector<JSHandle<JSTaggedValue>> &propertyList) in CreateJsonMap()
457std::vector<JSHandle<JSTaggedValue>> &propertyList) in CreateSJsonMap()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp142 auto propertyList = interface->Body(); in UpdateInterfacePropertys() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp920 std::vector<JSHandle<JSTaggedValue>> &&propertyList) in AddFieldTypeToHClass()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1999 auto propertyList = classType->Fields(); in TransformProperties() local