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

Public Member Functions

 JSCallAccessor (Node *call)
 
Nodetarget () const
 
Nodereceiver () const
 
Nodenew_target () const
 
FrameState frame_state () const
 
int argument_count () const
 
CallFrequency const & frequency () const
 

Private Attributes

Nodecall_
 

Detailed Description

Definition at line 50 of file js-inlining.cc.

Constructor & Destructor Documentation

◆ JSCallAccessor()

v8::internal::compiler::JSCallAccessor::JSCallAccessor ( Node * call)
inlineexplicit

Definition at line 52 of file js-inlining.cc.

Member Function Documentation

◆ argument_count()

int v8::internal::compiler::JSCallAccessor::argument_count ( ) const
inline

Definition at line 69 of file js-inlining.cc.

Here is the call graph for this function:

◆ frame_state()

FrameState v8::internal::compiler::JSCallAccessor::frame_state ( ) const
inline

Definition at line 65 of file js-inlining.cc.

Here is the call graph for this function:

◆ frequency()

CallFrequency const & v8::internal::compiler::JSCallAccessor::frequency ( ) const
inline

Definition at line 75 of file js-inlining.cc.

Here is the call graph for this function:

◆ new_target()

Node * v8::internal::compiler::JSCallAccessor::new_target ( ) const
inline

Definition at line 63 of file js-inlining.cc.

◆ receiver()

Node * v8::internal::compiler::JSCallAccessor::receiver ( ) const
inline

Definition at line 61 of file js-inlining.cc.

◆ target()

Node * v8::internal::compiler::JSCallAccessor::target ( ) const
inline

Definition at line 57 of file js-inlining.cc.

Here is the call graph for this function:

Member Data Documentation

◆ call_

Node* v8::internal::compiler::JSCallAccessor::call_
private

Definition at line 82 of file js-inlining.cc.


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