v8
3.25.30(node0.11.13)
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 436 of file code-stubs.h.
|
inlinevirtual |
Definition at line 438 of file code-stubs.h.
|
inlineprotected |
Definition at line 445 of file code-stubs.h.
|
pure virtual |
Implemented in NopRuntimeCallHelper, and StubRuntimeCallHelper.
|
pure virtual |
Implemented in NopRuntimeCallHelper, and StubRuntimeCallHelper.