v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <code-stubs.h>
Public Types | |
enum | ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK } |
Public Member Functions | |
MathPowStub (ExponentType exponent_type) | |
virtual void | Generate (MacroAssembler *masm) |
Definition at line 468 of file code-stubs.h.
enum ExponentType |
Enumerator | |
---|---|
INTEGER | |
DOUBLE | |
TAGGED | |
ON_STACK |
Definition at line 470 of file code-stubs.h.
|
inlineexplicit |
Definition at line 472 of file code-stubs.h.
|
virtual |