| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1528,11 +1528,11 @@ uint32_t FastWriteString(Local<Value> receiver, | |||
| 1528 | 1528 | std::min<uint32_t>(dst.length() - offset, max_length)); | |
| 1529 | 1529 | } | |
| 1530 | 1530 | ||
| 1531 | - static v8::CFunction fast_write_string_ascii( | ||
| 1531 | + static const v8::CFunction fast_write_string_ascii( | ||
| 1532 | 1532 | v8::CFunction::Make(FastWriteString<ASCII>)); | |
| 1533 | - static v8::CFunction fast_write_string_latin1( | ||
| 1533 | + static const v8::CFunction fast_write_string_latin1( | ||
| 1534 | 1534 | v8::CFunction::Make(FastWriteString<LATIN1>)); | |
| 1535 | - static v8::CFunction fast_write_string_utf8( | ||
| 1535 | + static const v8::CFunction fast_write_string_utf8( | ||
| 1536 | 1536 | v8::CFunction::Make(FastWriteString<UTF8>)); | |
| 1537 | 1537 | ||
| 1538 | 1538 | void Initialize(Local<Object> target, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments