Home
last modified time | relevance | path

Searched refs:JsonParser (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp60 JsonParser<uint8_t> parser(thread); in HWTEST_F_L0()
88 JsonParser<uint16_t> parser(thread); in HWTEST_F_L0()
124 JsonParser<uint8_t> parser(thread); in HWTEST_F_L0()
145 JsonParser<uint8_t> parser(thread); in HWTEST_F_L0()
171 JsonParser<uint8_t> parser(thread); in HWTEST_F_L0()
199 JsonParser<uint8_t> parser(thread); in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandabase/tests/
Djson_parser_test.cpp22 HWTEST(JsonParser, ParsePrimitive, testing::ext::TestSize.Level0)
43 HWTEST(JsonParser, Arrays, testing::ext::TestSize.Level0)
88 HWTEST(JsonParser, NestedObject, testing::ext::TestSize.Level0)
146 HWTEST(JsonParser, Numbers, testing::ext::TestSize.Level0)
181 HWTEST(JsonParser, Boolean, testing::ext::TestSize.Level0)
200 HWTEST(JsonParser, InvalidJson, testing::ext::TestSize.Level0)
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp50 panda::ecmascript::base::JsonParser<uint8_t> parser(thread); in Parse()
53 panda::ecmascript::base::JsonParser<uint16_t> parser(thread); in Parse()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h56 class JsonParser {
59 JsonParser() = default;
60 explicit JsonParser(JSThread *thread) : thread_(thread) {} in JsonParser() function
61 ~JsonParser() = default;
62 NO_COPY_SEMANTIC(JsonParser);
63 NO_MOVE_SEMANTIC(JsonParser);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp153 using ecmascript::base::JsonParser;
2345 JsonParser<uint8_t> parser(thread); in EXCEPTION_ERROR_ALL()
2348 JsonParser<uint16_t> parser(thread); in EXCEPTION_ERROR_ALL()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp155 HWTEST_F_L0(JSNApiTests, JsonParser) in HWTEST_F_L0() argument