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

#include <register-allocator-verifier.h>

Inheritance diagram for v8::internal::compiler::Assessment:
Collaboration diagram for v8::internal::compiler::Assessment:

Public Member Functions

 Assessment (const Assessment &)=delete
 
Assessmentoperator= (const Assessment &)=delete
 
AssessmentKind kind () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Protected Member Functions

 Assessment (AssessmentKind kind)
 

Protected Attributes

AssessmentKind kind_
 

Detailed Description

Definition at line 57 of file register-allocator-verifier.h.

Constructor & Destructor Documentation

◆ Assessment() [1/2]

v8::internal::compiler::Assessment::Assessment ( const Assessment & )
delete

◆ Assessment() [2/2]

v8::internal::compiler::Assessment::Assessment ( AssessmentKind kind)
inlineexplicitprotected

Definition at line 65 of file register-allocator-verifier.h.

Member Function Documentation

◆ kind()

AssessmentKind v8::internal::compiler::Assessment::kind ( ) const
inline

Definition at line 62 of file register-allocator-verifier.h.

Here is the caller graph for this function:

◆ operator=()

Assessment & v8::internal::compiler::Assessment::operator= ( const Assessment & )
delete

Member Data Documentation

◆ kind_

AssessmentKind v8::internal::compiler::Assessment::kind_
protected

Definition at line 66 of file register-allocator-verifier.h.


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