v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MathPowStub Class Reference

#include <code-stubs.h>

Inheritance diagram for MathPowStub:
Collaboration diagram for MathPowStub:

Public Types

enum  ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK }
 

Public Member Functions

 MathPowStub (ExponentType exponent_type)
 
virtual void Generate (MacroAssembler *masm)
 

Detailed Description

Definition at line 469 of file code-stubs.h.

Member Enumeration Documentation

Enumerator
INTEGER 
DOUBLE 
TAGGED 
ON_STACK 

Definition at line 471 of file code-stubs.h.

Constructor & Destructor Documentation

MathPowStub ( ExponentType  exponent_type)
inlineexplicit

Definition at line 473 of file code-stubs.h.

Member Function Documentation

virtual void Generate ( MacroAssembler masm)
virtual

The documentation for this class was generated from the following file: