v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::TestingStream< Char > Class Template Reference
Collaboration diagram for v8::internal::TestingStream< Char >:

Public Member Functions

 TestingStream (const Char *data, size_t length)
 
Range< Char > GetDataAt (size_t pos, RuntimeCallStats *stats, DisallowGarbageCollection *no_gc=nullptr)
 

Static Public Attributes

static const bool kCanBeCloned = true
 
static const bool kCanAccessHeap = false
 

Private Attributes

const Char *const data_
 
const size_t length_
 

Detailed Description

template<typename Char>
class v8::internal::TestingStream< Char >

Definition at line 132 of file scanner-character-streams.cc.

Constructor & Destructor Documentation

◆ TestingStream()

template<typename Char >
v8::internal::TestingStream< Char >::TestingStream ( const Char * data,
size_t length )
inline

Definition at line 134 of file scanner-character-streams.cc.

Member Function Documentation

◆ GetDataAt()

template<typename Char >
Range< Char > v8::internal::TestingStream< Char >::GetDataAt ( size_t pos,
RuntimeCallStats * stats,
DisallowGarbageCollection * no_gc = nullptr )
inline

Definition at line 138 of file scanner-character-streams.cc.

Member Data Documentation

◆ data_

template<typename Char >
const Char* const v8::internal::TestingStream< Char >::data_
private

Definition at line 147 of file scanner-character-streams.cc.

◆ kCanAccessHeap

template<typename Char >
const bool v8::internal::TestingStream< Char >::kCanAccessHeap = false
static

Definition at line 144 of file scanner-character-streams.cc.

◆ kCanBeCloned

template<typename Char >
const bool v8::internal::TestingStream< Char >::kCanBeCloned = true
static

Definition at line 143 of file scanner-character-streams.cc.

◆ length_

template<typename Char >
const size_t v8::internal::TestingStream< Char >::length_
private

Definition at line 148 of file scanner-character-streams.cc.


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