Lines Matching defs:JsonParser
74 class JsonParser {
83 JsonParser() = default;
84 JsonParser(JSThread *thread, TransformType transformType,
89 virtual ~JsonParser() = default;
90 NO_COPY_SEMANTIC(JsonParser);
91 NO_MOVE_SEMANTIC(JsonParser);
228 class PUBLIC_API Utf8JsonParser final : public JsonParser<uint8_t> {
233 : JsonParser(thread, transformType, options) {}
255 class Utf16JsonParser final : public JsonParser<uint16_t> {
260 : JsonParser(thread, transformType, options) {}