summaryrefslogtreecommitdiff
path: root/chromium/v8/src/json-stringifier.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-31 16:33:43 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-02-06 16:33:22 +0000
commitda51f56cc21233c2d30f0fe0d171727c3102b2e0 (patch)
tree4e579ab70ce4b19bee7984237f3ce05a96d59d83 /chromium/v8/src/json-stringifier.cc
parentc8c2d1901aec01e934adf561a9fdf0cc776cdef8 (diff)
downloadqtwebengine-chromium-da51f56cc21233c2d30f0fe0d171727c3102b2e0.tar.gz
BASELINE: Update Chromium to 65.0.3525.40
Also imports missing submodules Change-Id: I36901b7c6a325cda3d2c10cedb2186c25af3b79b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/v8/src/json-stringifier.cc')
-rw-r--r--chromium/v8/src/json-stringifier.cc68
1 files changed, 34 insertions, 34 deletions
diff --git a/chromium/v8/src/json-stringifier.cc b/chromium/v8/src/json-stringifier.cc
index c2b53a85bda..d77a761b130 100644
--- a/chromium/v8/src/json-stringifier.cc
+++ b/chromium/v8/src/json-stringifier.cc
@@ -47,39 +47,39 @@ const char* const JsonStringifier::JsonEscapeTable =
"p\0 q\0 r\0 s\0 "
"t\0 u\0 v\0 w\0 "
"x\0 y\0 z\0 {\0 "
- "|\0 }\0 ~\0 \177\0 "
- "\200\0 \201\0 \202\0 \203\0 "
- "\204\0 \205\0 \206\0 \207\0 "
- "\210\0 \211\0 \212\0 \213\0 "
- "\214\0 \215\0 \216\0 \217\0 "
- "\220\0 \221\0 \222\0 \223\0 "
- "\224\0 \225\0 \226\0 \227\0 "
- "\230\0 \231\0 \232\0 \233\0 "
- "\234\0 \235\0 \236\0 \237\0 "
- "\240\0 \241\0 \242\0 \243\0 "
- "\244\0 \245\0 \246\0 \247\0 "
- "\250\0 \251\0 \252\0 \253\0 "
- "\254\0 \255\0 \256\0 \257\0 "
- "\260\0 \261\0 \262\0 \263\0 "
- "\264\0 \265\0 \266\0 \267\0 "
- "\270\0 \271\0 \272\0 \273\0 "
- "\274\0 \275\0 \276\0 \277\0 "
- "\300\0 \301\0 \302\0 \303\0 "
- "\304\0 \305\0 \306\0 \307\0 "
- "\310\0 \311\0 \312\0 \313\0 "
- "\314\0 \315\0 \316\0 \317\0 "
- "\320\0 \321\0 \322\0 \323\0 "
- "\324\0 \325\0 \326\0 \327\0 "
- "\330\0 \331\0 \332\0 \333\0 "
- "\334\0 \335\0 \336\0 \337\0 "
- "\340\0 \341\0 \342\0 \343\0 "
- "\344\0 \345\0 \346\0 \347\0 "
- "\350\0 \351\0 \352\0 \353\0 "
- "\354\0 \355\0 \356\0 \357\0 "
- "\360\0 \361\0 \362\0 \363\0 "
- "\364\0 \365\0 \366\0 \367\0 "
- "\370\0 \371\0 \372\0 \373\0 "
- "\374\0 \375\0 \376\0 \377\0 ";
+ "|\0 }\0 ~\0 \x7F\0 "
+ "\x80\0 \x81\0 \x82\0 \x83\0 "
+ "\x84\0 \x85\0 \x86\0 \x87\0 "
+ "\x88\0 \x89\0 \x8A\0 \x8B\0 "
+ "\x8C\0 \x8D\0 \x8E\0 \x8F\0 "
+ "\x90\0 \x91\0 \x92\0 \x93\0 "
+ "\x94\0 \x95\0 \x96\0 \x97\0 "
+ "\x98\0 \x99\0 \x9A\0 \x9B\0 "
+ "\x9C\0 \x9D\0 \x9E\0 \x9F\0 "
+ "\xA0\0 \xA1\0 \xA2\0 \xA3\0 "
+ "\xA4\0 \xA5\0 \xA6\0 \xA7\0 "
+ "\xA8\0 \xA9\0 \xAA\0 \xAB\0 "
+ "\xAC\0 \xAD\0 \xAE\0 \xAF\0 "
+ "\xB0\0 \xB1\0 \xB2\0 \xB3\0 "
+ "\xB4\0 \xB5\0 \xB6\0 \xB7\0 "
+ "\xB8\0 \xB9\0 \xBA\0 \xBB\0 "
+ "\xBC\0 \xBD\0 \xBE\0 \xBF\0 "
+ "\xC0\0 \xC1\0 \xC2\0 \xC3\0 "
+ "\xC4\0 \xC5\0 \xC6\0 \xC7\0 "
+ "\xC8\0 \xC9\0 \xCA\0 \xCB\0 "
+ "\xCC\0 \xCD\0 \xCE\0 \xCF\0 "
+ "\xD0\0 \xD1\0 \xD2\0 \xD3\0 "
+ "\xD4\0 \xD5\0 \xD6\0 \xD7\0 "
+ "\xD8\0 \xD9\0 \xDA\0 \xDB\0 "
+ "\xDC\0 \xDD\0 \xDE\0 \xDF\0 "
+ "\xE0\0 \xE1\0 \xE2\0 \xE3\0 "
+ "\xE4\0 \xE5\0 \xE6\0 \xE7\0 "
+ "\xE8\0 \xE9\0 \xEA\0 \xEB\0 "
+ "\xEC\0 \xED\0 \xEE\0 \xEF\0 "
+ "\xF0\0 \xF1\0 \xF2\0 \xF3\0 "
+ "\xF4\0 \xF5\0 \xF6\0 \xF7\0 "
+ "\xF8\0 \xF9\0 \xFA\0 \xFB\0 "
+ "\xFC\0 \xFD\0 \xFE\0 \xFF\0 ";
JsonStringifier::JsonStringifier(Isolate* isolate)
: isolate_(isolate), builder_(isolate), gap_(nullptr), indent_(0) {
@@ -682,7 +682,7 @@ bool JsonStringifier::DoNotEscape(uint8_t c) {
template <>
bool JsonStringifier::DoNotEscape(uint16_t c) {
- return c >= '#' && c != '\\' && c != 0x7f;
+ return c >= '#' && c != '\\' && c != 0x7F;
}
void JsonStringifier::NewLine() {