v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Scanner::Location Struct Reference

#include <scanner.h>

Collaboration diagram for v8::internal::Scanner::Location:

Public Member Functions

 Location (int b, int e)
 
 Location ()
 
int length () const
 
bool IsValid () const
 

Static Public Member Functions

static Location invalid ()
 

Public Attributes

int beg_pos
 
int end_pos
 

Detailed Description

Definition at line 263 of file scanner.h.

Constructor & Destructor Documentation

◆ Location() [1/2]

v8::internal::Scanner::Location::Location ( int b,
int e )
inline

Definition at line 264 of file scanner.h.

◆ Location() [2/2]

v8::internal::Scanner::Location::Location ( )
inline

Definition at line 265 of file scanner.h.

Member Function Documentation

◆ invalid()

static Location v8::internal::Scanner::Location::invalid ( )
inlinestatic

Definition at line 270 of file scanner.h.

Here is the caller graph for this function:

◆ IsValid()

bool v8::internal::Scanner::Location::IsValid ( ) const
inline

Definition at line 268 of file scanner.h.

Here is the caller graph for this function:

◆ length()

int v8::internal::Scanner::Location::length ( ) const
inline

Definition at line 267 of file scanner.h.

Member Data Documentation

◆ beg_pos

int v8::internal::Scanner::Location::beg_pos

Definition at line 272 of file scanner.h.

◆ end_pos

int v8::internal::Scanner::Location::end_pos

Definition at line 273 of file scanner.h.


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