v8
3.14.5(node0.10.28)
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 469 of file code-stubs.h.
enum ExponentType |
Enumerator | |
---|---|
INTEGER | |
DOUBLE | |
TAGGED | |
ON_STACK |
Definition at line 471 of file code-stubs.h.
|
inlineexplicit |
Definition at line 473 of file code-stubs.h.
|
virtual |