V8 Project
v8::internal::NopRuntimeCallHelper Class Reference

#include <code-stubs.h>

+ Inheritance diagram for v8::internal::NopRuntimeCallHelper:
+ Collaboration diagram for v8::internal::NopRuntimeCallHelper:

Public Member Functions

 NopRuntimeCallHelper ()
 
virtual void BeforeCall (MacroAssembler *masm) const
 
virtual void AfterCall (MacroAssembler *masm) const
 
- Public Member Functions inherited from v8::internal::RuntimeCallHelper
virtual ~RuntimeCallHelper ()
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::RuntimeCallHelper
 RuntimeCallHelper ()
 

Detailed Description

Definition at line 535 of file code-stubs.h.

Constructor & Destructor Documentation

◆ NopRuntimeCallHelper()

v8::internal::NopRuntimeCallHelper::NopRuntimeCallHelper ( )
inline

Definition at line 537 of file code-stubs.h.

537 {}

Member Function Documentation

◆ AfterCall()

virtual void v8::internal::NopRuntimeCallHelper::AfterCall ( MacroAssembler masm) const
inlinevirtual

Implements v8::internal::RuntimeCallHelper.

Definition at line 541 of file code-stubs.h.

541 {}

◆ BeforeCall()

virtual void v8::internal::NopRuntimeCallHelper::BeforeCall ( MacroAssembler masm) const
inlinevirtual

Implements v8::internal::RuntimeCallHelper.

Definition at line 539 of file code-stubs.h.

539 {}

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