Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp106 auto propertyList = interface->Body(); in UpdateInterfacePropertys() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h129 std::vector<JSHandle<JSTaggedValue>> propertyList; in ParseJSONText() local
281 std::vector<JSHandle<JSTaggedValue>> &propertyList) in CreateJsonObject()