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

#include <expression-scope.h>

Collaboration diagram for v8::internal::AccumulationScope< Types >:

Public Types

using ParserT = typename Types::Impl
 

Public Member Functions

 AccumulationScope (ExpressionScope< Types > *scope)
 
 AccumulationScope (const AccumulationScope &)=delete
 
AccumulationScopeoperator= (const AccumulationScope &)=delete
 
void Accumulate ()
 
void ValidateExpression ()
 
 ~AccumulationScope ()
 

Static Public Attributes

static const int kNumberOfErrors
 

Private Member Functions

void copy (int entry)
 
void copy_back (int entry)
 

Private Attributes

ExpressionParsingScope< Types > * scope_
 
MessageTemplate messages_ [2]
 
Scanner::Location locations_ [2]
 

Detailed Description

template<typename Types>
class v8::internal::AccumulationScope< Types >

Definition at line 669 of file expression-scope.h.

Member Typedef Documentation

◆ ParserT

template<typename Types >
using v8::internal::AccumulationScope< Types >::ParserT = typename Types::Impl

Definition at line 671 of file expression-scope.h.

Constructor & Destructor Documentation

◆ AccumulationScope() [1/2]

template<typename Types >
v8::internal::AccumulationScope< Types >::AccumulationScope ( ExpressionScope< Types > * scope)
inlineexplicit

Definition at line 675 of file expression-scope.h.

Here is the call graph for this function:

◆ AccumulationScope() [2/2]

template<typename Types >
v8::internal::AccumulationScope< Types >::AccumulationScope ( const AccumulationScope< Types > & )
delete

◆ ~AccumulationScope()

template<typename Types >
v8::internal::AccumulationScope< Types >::~AccumulationScope ( )
inline

Definition at line 717 of file expression-scope.h.

Here is the call graph for this function:

Member Function Documentation

◆ Accumulate()

template<typename Types >
void v8::internal::AccumulationScope< Types >::Accumulate ( )
inline

Definition at line 690 of file expression-scope.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ copy()

template<typename Types >
void v8::internal::AccumulationScope< Types >::copy ( int entry)
inlineprivate

Definition at line 724 of file expression-scope.h.

Here is the caller graph for this function:

◆ copy_back()

template<typename Types >
void v8::internal::AccumulationScope< Types >::copy_back ( int entry)
inlineprivate

Definition at line 729 of file expression-scope.h.

Here is the caller graph for this function:

◆ operator=()

template<typename Types >
AccumulationScope & v8::internal::AccumulationScope< Types >::operator= ( const AccumulationScope< Types > & )
delete

◆ ValidateExpression()

template<typename Types >
void v8::internal::AccumulationScope< Types >::ValidateExpression ( )
inline

Definition at line 706 of file expression-scope.h.

Member Data Documentation

◆ kNumberOfErrors

template<typename Types >
const int v8::internal::AccumulationScope< Types >::kNumberOfErrors
static

◆ locations_

template<typename Types >
Scanner::Location v8::internal::AccumulationScope< Types >::locations_[2]
private

Definition at line 737 of file expression-scope.h.

◆ messages_

template<typename Types >
MessageTemplate v8::internal::AccumulationScope< Types >::messages_[2]
private

Definition at line 736 of file expression-scope.h.

◆ scope_

template<typename Types >
ExpressionParsingScope<Types>* v8::internal::AccumulationScope< Types >::scope_
private

Definition at line 735 of file expression-scope.h.


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