v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <code-stubs.h>
Public Member Functions | |
virtual | ~RuntimeCallHelper () |
virtual void | BeforeCall (MacroAssembler *masm) const =0 |
virtual void | AfterCall (MacroAssembler *masm) const =0 |
Protected Member Functions | |
RuntimeCallHelper () | |
Definition at line 234 of file code-stubs.h.
|
inlinevirtual |
Definition at line 236 of file code-stubs.h.
|
inlineprotected |
Definition at line 243 of file code-stubs.h.
|
pure virtual |
Implemented in NopRuntimeCallHelper, and StubRuntimeCallHelper.
|
pure virtual |
Implemented in NopRuntimeCallHelper, and StubRuntimeCallHelper.