Home
last modified time | relevance | path

Searched refs:propertyList (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp60 std::vector<JSHandle<JSTaggedValue>> propertyList; in ParseJSONText() local
63 propertyList.reserve(16); // 16: initial capacity in ParseJSONText()
90 continuation = JsonContinuation(ContType::OBJECT, propertyList.size()); in ParseJSONText()
97 propertyList.emplace_back(ParseString(true)); in ParseJSONText()
117 continuation = JsonContinuation(ContType::MAP, propertyList.size()); in ParseJSONText()
124 propertyList.emplace_back(ParseString(true)); in ParseJSONText()
178 ASSERT(propertyList.empty()); in ParseJSONText()
207 propertyList.emplace_back(parseValue); in ParseJSONText()
215 propertyList.emplace_back(ParseString(true)); in ParseJSONText()
226 parseValue = CreateSJsonObject(continuation, propertyList); in ParseJSONText()
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...]
H A Djson_parser.h135 std::vector<JSHandle<JSTaggedValue>> &propertyList);
138 std::vector<JSHandle<JSTaggedValue>> &propertyList);
145 std::vector<JSHandle<JSTaggedValue>> &propertyList);
148 std::vector<JSHandle<JSTaggedValue>> &propertyList);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp951 std::vector<JSHandle<JSTaggedValue>> &&propertyList) in AddFieldTypeToHClass()
970 if (start != ~0U && propertyList.size() > 0) { in AddFieldTypeToHClass()
971 propertyList[start + (static_cast<uint32_t>(entry) << 1)] = propertyList[start + i]; in AddFieldTypeToHClass()
972 propertyList[start + (static_cast<uint32_t>(entry) << 1) + 1] = propertyList[start + i + 1]; in AddFieldTypeToHClass()
975 if (start != ~0U && propertyList.size() > 0) { in AddFieldTypeToHClass()
976 propertyList[start + (index << 1)] = propertyList[start + i]; in AddFieldTypeToHClass()
977 propertyList[star in AddFieldTypeToHClass()
947 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...]
H A Dclass_info_extractor.h180 std::vector<JSHandle<JSTaggedValue>> &&propertyList = std::vector<JSHandle<JSTaggedValue>>());
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp142 auto propertyList = interface->Body(); in UpdateInterfacePropertys() local
148 for (const auto &prop : propertyList) { in UpdateInterfacePropertys()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp2014 auto propertyList = classType->Fields();
2017 for (auto *const field : propertyList) {

Completed in 8 milliseconds