V8 Project
v8::internal::FunctionPrototypeStub Class Reference

#include <code-stubs.h>

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

Public Member Functions

 FunctionPrototypeStub (Isolate *isolate)
 
virtual Code::Kind GetCodeKind () const
 
 DEFINE_CALL_INTERFACE_DESCRIPTOR (Load)
 
 DEFINE_PLATFORM_CODE_STUB (FunctionPrototype, PlatformCodeStub)
 
- Public Member Functions inherited from v8::internal::PlatformCodeStub
virtual Handle< CodeGenerateCode () OVERRIDE
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::PlatformCodeStub
 PlatformCodeStub (Isolate *isolate)
 
virtual void Generate (MacroAssembler *masm)=0
 
 DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FunctionPrototypeStub()

v8::internal::FunctionPrototypeStub::FunctionPrototypeStub ( Isolate isolate)
inlineexplicit

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

852  : PlatformCodeStub(isolate) {}
PlatformCodeStub(Isolate *isolate)
Definition: code-stubs.h:341

Member Function Documentation

◆ DEFINE_CALL_INTERFACE_DESCRIPTOR()

v8::internal::FunctionPrototypeStub::DEFINE_CALL_INTERFACE_DESCRIPTOR ( Load  )

◆ DEFINE_PLATFORM_CODE_STUB()

v8::internal::FunctionPrototypeStub::DEFINE_PLATFORM_CODE_STUB ( FunctionPrototype  ,
PlatformCodeStub   
)

◆ GetCodeKind()

virtual Code::Kind v8::internal::FunctionPrototypeStub::GetCodeKind ( ) const
inlinevirtual

Reimplemented from v8::internal::PlatformCodeStub.

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

854 { return Code::HANDLER; }

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