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
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)
 
 TEST (OptimizedCodeSharing)
 

Function Documentation

TEST ( Inc  )

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

References CHECK_EQ.

TEST ( Add  )

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

References CHECK_EQ.

TEST ( Abs  )

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

References CHECK_EQ.

TEST ( Sum  )

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

References CHECK_EQ.

TEST ( Print  )

Definition at line 212 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 314 of file test-compiler.cc.

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

TEST ( GetScriptLineNumber  )
TEST ( OptimizedCodeSharing  )

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

References CHECK, CHECK_EQ, Context::Global(), String::New(), and Integer::New().