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
test-compiler.cc File Reference
#include <stdlib.h>
#include <wchar.h>
#include "v8.h"
#include "compiler.h"
#include "disasm.h"
#include "disassembler.h"
#include "execution.h"
#include "factory.h"
#include "platform.h"
#include "cctest.h"
Include dependency graph for test-compiler.cc:

Go to the source code of this file.

Data Structures

class  PrintExtension
 

Functions

 TEST (Inc)
 
 TEST (Add)
 
 TEST (Abs)
 
 TEST (Sum)
 
 TEST (Print)
 
 TEST (Stuff)
 
 TEST (UncaughtThrow)
 
 TEST (C2JSFrames)
 
 TEST (Regression236)
 
 TEST (GetScriptLineNumber)
 

Function Documentation

TEST ( Inc  )

Definition at line 148 of file test-compiler.cc.

References CHECK_EQ.

TEST ( Add  )

Definition at line 169 of file test-compiler.cc.

References CHECK_EQ.

TEST ( Abs  )

Definition at line 189 of file test-compiler.cc.

References CHECK_EQ.

TEST ( Sum  )

Definition at line 210 of file test-compiler.cc.

References CHECK_EQ.

TEST ( Print  )

Definition at line 217 of file test-compiler.cc.

References Execution::Call(), CHECK, Handle< T >::is_null(), and v8::internal::NULL.

TEST ( Stuff  )
TEST ( UncaughtThrow  )
TEST ( Regression236  )

Definition at line 319 of file test-compiler.cc.

References CHECK_EQ, FACTORY, v8::internal::GetScriptLineNumber(), and HEAP.

TEST ( GetScriptLineNumber  )