Home
last modified time | relevance | path

Searched defs:propertyList (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp142 auto propertyList = interface->Body(); in UpdateInterfacePropertys() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp60 std::vector<JSHandle<JSTaggedValue>> propertyList; in ParseJSONText() local
308 CreateJsonObject(JsonContinuation continuation, std::vector<JSHandle<JSTaggedValue>> &propertyList) CreateJsonObject() argument
329 CreateSJsonObject(JsonContinuation continuation, std::vector<JSHandle<JSTaggedValue>> &propertyList) CreateSJsonObject() argument
438 CreateJsonMap(JsonContinuation continuation, std::vector<JSHandle<JSTaggedValue>> &propertyList) CreateJsonMap() argument
456 CreateSJsonMap(JsonContinuation continuation, std::vector<JSHandle<JSTaggedValue>> &propertyList) CreateSJsonMap() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp947 AddFieldTypeToHClass(JSThread *thread, const JSHandle<TaggedArray> &fieldTypeArray, uint32_t length, const JSHandle<LayoutInfo> &layout, const JSHandle<JSHClass> &hclass, size_t start, const JSHandle<NumberDictionary> &elementsDic, std::vector<JSHandle<JSTaggedValue>> &&propertyList) AddFieldTypeToHClass() argument
[all...]

Completed in 5 milliseconds