|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::CallApiGetterStub:
Collaboration diagram for v8::internal::CallApiGetterStub:Public Member Functions | |
| CallApiGetterStub (Isolate *isolate) | |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (ApiGetter) | |
| DEFINE_PLATFORM_CODE_STUB (CallApiGetter, PlatformCodeStub) | |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
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) | |
Definition at line 1085 of file code-stubs.h.
|
inlineexplicit |
Definition at line 1087 of file code-stubs.h.
| v8::internal::CallApiGetterStub::DEFINE_CALL_INTERFACE_DESCRIPTOR | ( | ApiGetter | ) |
| v8::internal::CallApiGetterStub::DEFINE_PLATFORM_CODE_STUB | ( | CallApiGetter | , |
| PlatformCodeStub | |||
| ) |