V8 Project
v8::internal::AsReversiblyEscapedUC16 Struct Reference

#include <ostreams.h>

+ Collaboration diagram for v8::internal::AsReversiblyEscapedUC16:

Public Member Functions

 AsReversiblyEscapedUC16 (uint16_t v)
 

Public Attributes

uint16_t value
 

Detailed Description

Definition at line 127 of file ostreams.h.

Constructor & Destructor Documentation

◆ AsReversiblyEscapedUC16()

v8::internal::AsReversiblyEscapedUC16::AsReversiblyEscapedUC16 ( uint16_t  v)
inlineexplicit

Definition at line 128 of file ostreams.h.

128 : value(v) {}

Member Data Documentation

◆ value

uint16_t v8::internal::AsReversiblyEscapedUC16::value

Definition at line 129 of file ostreams.h.

Referenced by v8::internal::operator<<().


The documentation for this struct was generated from the following file: