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

Public Member Functions

size_t length ()
 
bool unaligned_start () const
 

Public Attributes

const Char * start
 
const Char * end
 

Detailed Description

template<typename Char>
struct v8::internal::Range< Char >

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

Member Function Documentation

◆ length()

template<typename Char >
size_t v8::internal::Range< Char >::length ( )
inline

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

◆ unaligned_start()

template<typename Char >
bool v8::internal::Range< Char >::unaligned_start ( ) const
inline

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

Member Data Documentation

◆ end

template<typename Char >
const Char* v8::internal::Range< Char >::end

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

◆ start

template<typename Char >
const Char* v8::internal::Range< Char >::start

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


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