v8  3.25.30(node0.11.13)
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 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  CodeGenerator
 
class  ElementsTransitionGenerator
 

Namespaces

 v8
 
 v8::internal
 

Typedefs

typedef double(* UnaryMathFunction )(double x)
 

Enumerations

enum  TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }
 

Functions

UnaryMathFunction CreateExpFunction ()
 
UnaryMathFunction CreateSqrtFunction ()
 

Enumeration Type Documentation

Enumerator
INSIDE_TYPEOF 
NOT_INSIDE_TYPEOF 

Definition at line 69 of file codegen.h.