v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#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"
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) | |
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 | ( | ) |
Definition at line 212 of file test-compiler.cc.
References Execution::Call(), CHECK, Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | Stuff | ) |
Definition at line 227 of file test-compiler.cc.
References Execution::Call(), CHECK, CHECK_EQ, Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | UncaughtThrow | ) |
Definition at line 259 of file test-compiler.cc.
References Execution::Call(), CHECK, CHECK_EQ, Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | C2JSFrames | ) |
Definition at line 281 of file test-compiler.cc.
References ARRAY_SIZE, Execution::Call(), String::cast(), CHECK, FACTORY, v8::internal::GetProperty(), Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | Regression236 | ) |
Definition at line 314 of file test-compiler.cc.
References CHECK_EQ, FACTORY, v8::internal::GetScriptLineNumber(), and HEAP.
TEST | ( | GetScriptLineNumber | ) |
Definition at line 326 of file test-compiler.cc.
References Local< T >::Cast(), CHECK_EQ, Script::Compile(), Function::GetScriptLineNumber(), Context::Global(), and String::New().
TEST | ( | OptimizedCodeSharing | ) |
Definition at line 352 of file test-compiler.cc.
References CHECK, CHECK_EQ, Context::Global(), String::New(), and Integer::New().