Lines Matching full:parser
98 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
102 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
107 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0()
112 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0()
117 JSHandle<JSTaggedValue> result5 = parser.Parse(handleStr5); in HWTEST_F_L0()
124 Utf16JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
131 JSHandle<JSTaggedValue> result2 = parser.Parse(*handleStr2); in HWTEST_F_L0()
138 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0()
145 JSHandle<JSTaggedValue> result4 = parser.Parse(*handleStr4); in HWTEST_F_L0()
153 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
158 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
166 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
169 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
177 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
180 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
186 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
188 JSHandle<JSTaggedValue> result = parser.Parse(emptyString); in HWTEST_F_L0()
195 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
198 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
205 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
209 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
218 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
221 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
229 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
232 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
240 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
243 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
251 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
255 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()
277 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
281 JSHandle<JSTaggedValue> result1 = parser.Parse(handleStr1); in HWTEST_F_L0()
286 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
291 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0()
298 Utf8JsonParser parser(thread, TransformType::SENDABLE); in HWTEST_F_L0() local
302 JSHandle<JSTaggedValue> result1 = parser.Parse(handleStr1); in HWTEST_F_L0()
307 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
312 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0()
317 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0()
322 JSHandle<JSTaggedValue> result5 = parser.Parse(handleStr5); in HWTEST_F_L0()
360 Utf8JsonParser parser(thread, TransformType::SENDABLE, options); in HWTEST_F_L0() local
364 JSHandle<JSTaggedValue> result1 = parser.Parse(handleStr1); in HWTEST_F_L0()
369 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
374 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0()
379 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0()
388 Utf8JsonParser parser(thread, TransformType::NORMAL, options); in HWTEST_F_L0() local
392 JSHandle<JSTaggedValue> result1 = parser.Parse(handleStr1); in HWTEST_F_L0()
398 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
407 Utf8JsonParser parser(thread, TransformType::NORMAL, options); in HWTEST_F_L0() local
411 JSHandle<JSTaggedValue> result1 = parser.Parse(handleStr1); in HWTEST_F_L0()
417 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0()
426 Utf8JsonParser parser(thread, TransformType::SENDABLE, options); in HWTEST_F_L0() local
431 JSHandle<JSTaggedValue> result = parser.Parse(handleStr); in HWTEST_F_L0()