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

#include <scopes.h>

Collaboration diagram for v8::internal::ClassScope::HeritageParsingScope:

Public Member Functions

 HeritageParsingScope (ClassScope *class_scope)
 
 ~HeritageParsingScope ()
 

Private Attributes

ClassScopeclass_scope_
 

Detailed Description

Definition at line 1397 of file scopes.h.

Constructor & Destructor Documentation

◆ HeritageParsingScope()

v8::internal::ClassScope::HeritageParsingScope::HeritageParsingScope ( ClassScope * class_scope)
inlineexplicit

Definition at line 1398 of file scopes.h.

◆ ~HeritageParsingScope()

v8::internal::ClassScope::HeritageParsingScope::~HeritageParsingScope ( )
inline

Definition at line 1402 of file scopes.h.

Member Data Documentation

◆ class_scope_

ClassScope* v8::internal::ClassScope::HeritageParsingScope::class_scope_
private

Definition at line 1405 of file scopes.h.


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