v8
3.11.10(node0.8.26)
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 233 of file code-stubs.h.
|
inlinevirtual |
Definition at line 235 of file code-stubs.h.
|
inlineprotected |
Definition at line 242 of file code-stubs.h.
|
pure virtual |
Implemented in NopRuntimeCallHelper, and StubRuntimeCallHelper.
|
pure virtual |
Implemented in NopRuntimeCallHelper, and StubRuntimeCallHelper.