![]() |
v8
3.25.30(node0.11.13)
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) |
Public Member Functions inherited from PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode (Isolate *isolate) |
| virtual Code::Kind | GetCodeKind () const |
Additional Inherited Members |
Definition at line 800 of file code-stubs.h.
| enum ExponentType |
| Enumerator | |
|---|---|
| INTEGER | |
| DOUBLE | |
| TAGGED | |
| ON_STACK | |
Definition at line 802 of file code-stubs.h.
|
inlineexplicit |
Definition at line 804 of file code-stubs.h.
|
virtual |
Implements PlatformCodeStub.