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

Classes

struct  Hash
 

Public Member Functions

bool operator== (const Function &other) const
 
bool operator!= (const Function &other) const
 

Public Attributes

uint64_t v8_js_script_iid
 
bool is_toplevel
 
int32_t start_position
 

Detailed Description

Definition at line 89 of file code-data-source.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::CodeDataSourceIncrementalState::Function::operator!= ( const Function & other) const
inline

Definition at line 100 of file code-data-source.h.

◆ operator==()

bool v8::internal::CodeDataSourceIncrementalState::Function::operator== ( const Function & other) const
inline

Definition at line 94 of file code-data-source.h.

Member Data Documentation

◆ is_toplevel

bool v8::internal::CodeDataSourceIncrementalState::Function::is_toplevel

Definition at line 91 of file code-data-source.h.

◆ start_position

int32_t v8::internal::CodeDataSourceIncrementalState::Function::start_position

Definition at line 92 of file code-data-source.h.

◆ v8_js_script_iid

uint64_t v8::internal::CodeDataSourceIncrementalState::Function::v8_js_script_iid

Definition at line 90 of file code-data-source.h.


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