v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
unicode-decoder.cc File Reference
Include dependency graph for unicode-decoder.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define DEFINE_UNICODE_DECODER(Decoder)
 

Functions

 v8::internal::DEFINE_UNICODE_DECODER (Utf8Decoder)
 

Macro Definition Documentation

◆ DEFINE_UNICODE_DECODER

#define DEFINE_UNICODE_DECODER ( Decoder)
Value:
template V8_EXPORT_PRIVATE Utf8DecoderBase<Decoder>::Utf8DecoderBase( \
base::Vector<const uint8_t> data); \
template V8_EXPORT_PRIVATE void Utf8DecoderBase<Decoder>::Decode( \
uint8_t* out, base::Vector<const uint8_t> data); \
template V8_EXPORT_PRIVATE void Utf8DecoderBase<Decoder>::Decode( \
uint16_t* out, base::Vector<const uint8_t> data)
#define V8_EXPORT_PRIVATE
Definition macros.h:460

Definition at line 183 of file unicode-decoder.cc.