v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
codegen.h File Reference
#include "code-stubs.h"
#include "runtime.h"
#include "type-info.h"
Include dependency graph for codegen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ElementsTransitionGenerator
 

Namespaces

 v8
 
 v8::internal
 

Typedefs

typedef double(* UnaryMathFunction )(double x)
 

Enumerations

enum  TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }
 

Functions

UnaryMathFunction CreateTranscendentalFunction (TranscendentalCache::Type type)
 
UnaryMathFunction CreateSqrtFunction ()
 

Enumeration Type Documentation

Enumerator
INSIDE_TYPEOF 
NOT_INSIDE_TYPEOF 

Definition at line 70 of file codegen.h.