![]() |
v8
3.11.10(node0.8.26)
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 | ( | 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 | ( | ) |
Definition at line 217 of file test-compiler.cc.
References Execution::Call(), CHECK, Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | Stuff | ) |
Definition at line 232 of file test-compiler.cc.
References Execution::Call(), CHECK, CHECK_EQ, Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | UncaughtThrow | ) |
Definition at line 264 of file test-compiler.cc.
References Execution::Call(), CHECK, CHECK_EQ, Handle< T >::is_null(), and v8::internal::NULL.
TEST | ( | C2JSFrames | ) |
Definition at line 286 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 319 of file test-compiler.cc.
References CHECK_EQ, FACTORY, v8::internal::GetScriptLineNumber(), and HEAP.
TEST | ( | GetScriptLineNumber | ) |
Definition at line 331 of file test-compiler.cc.
References Local< T >::Cast(), CHECK_EQ, Script::Compile(), Function::GetScriptLineNumber(), Context::Global(), and String::New().