#include <code-stubs.h>
Definition at line 1438 of file code-stubs.h.
◆ JSEntryStub()
v8::internal::JSEntryStub::JSEntryStub |
( |
Isolate * |
isolate, |
|
|
StackFrame::Type |
type |
|
) |
| |
|
inline |
◆ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR()
v8::internal::JSEntryStub::DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR |
( |
| ) |
|
|
private |
◆ DEFINE_PLATFORM_CODE_STUB()
v8::internal::JSEntryStub::DEFINE_PLATFORM_CODE_STUB |
( |
JSEntry |
, |
|
|
PlatformCodeStub |
|
|
) |
| |
|
private |
◆ FinishCode()
void v8::internal::JSEntryStub::FinishCode |
( |
Handle< Code > |
code | ) |
|
|
privatevirtual |
◆ PrintName()
virtual void v8::internal::JSEntryStub::PrintName |
( |
OStream & |
os | ) |
const |
|
inlineprivatevirtual |
Definition at line 1449 of file code-stubs.h.
1450 os << (
type() == StackFrame::ENTRY ?
"JSEntryStub"
1451 :
"JSConstructEntryStub");
References type().
◆ type()
StackFrame::Type v8::internal::JSEntryStub::type |
( |
| ) |
const |
|
inlineprivate |
◆ handler_offset_
int v8::internal::JSEntryStub::handler_offset_ |
|
private |
The documentation for this class was generated from the following files: