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

Public Member Functions

 FrameFunctionIterator (Isolate *isolate)
 
bool Find (DirectHandle< JSFunction > function)
 
bool FindNextNonTopLevelNativeOrUserJavaScript ()
 
DirectHandle< JSFunctionMaterializeFunction ()
 

Private Member Functions

MaybeDirectHandle< JSFunctionnext ()
 
void GetFrames ()
 

Private Attributes

Isolateisolate_
 
DirectHandle< JSFunctionfunction_
 
JavaScriptStackFrameIterator frame_iterator_
 
FrameSummaries summaries_
 
int inlined_frame_index_
 

Detailed Description

Definition at line 569 of file accessors.cc.

Constructor & Destructor Documentation

◆ FrameFunctionIterator()

v8::internal::FrameFunctionIterator::FrameFunctionIterator ( Isolate * isolate)
inlineexplicit

Definition at line 571 of file accessors.cc.

Here is the call graph for this function:

Member Function Documentation

◆ Find()

bool v8::internal::FrameFunctionIterator::Find ( DirectHandle< JSFunction > function)
inline

Definition at line 578 of file accessors.cc.

Here is the call graph for this function:

◆ FindNextNonTopLevelNativeOrUserJavaScript()

bool v8::internal::FrameFunctionIterator::FindNextNonTopLevelNativeOrUserJavaScript ( )
inline

Definition at line 589 of file accessors.cc.

Here is the call graph for this function:

◆ GetFrames()

void v8::internal::FrameFunctionIterator::GetFrames ( )
inlineprivate

Definition at line 645 of file accessors.cc.

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

◆ MaterializeFunction()

DirectHandle< JSFunction > v8::internal::FrameFunctionIterator::MaterializeFunction ( )
inline

Definition at line 603 of file accessors.cc.

Here is the call graph for this function:

◆ next()

MaybeDirectHandle< JSFunction > v8::internal::FrameFunctionIterator::next ( )
inlineprivate

Definition at line 625 of file accessors.cc.

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

Member Data Documentation

◆ frame_iterator_

JavaScriptStackFrameIterator v8::internal::FrameFunctionIterator::frame_iterator_
private

Definition at line 655 of file accessors.cc.

◆ function_

DirectHandle<JSFunction> v8::internal::FrameFunctionIterator::function_
private

Definition at line 654 of file accessors.cc.

◆ inlined_frame_index_

int v8::internal::FrameFunctionIterator::inlined_frame_index_
private

Definition at line 657 of file accessors.cc.

◆ isolate_

Isolate* v8::internal::FrameFunctionIterator::isolate_
private

Definition at line 653 of file accessors.cc.

◆ summaries_

FrameSummaries v8::internal::FrameFunctionIterator::summaries_
private

Definition at line 656 of file accessors.cc.


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