![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|

Go to the source code of this file.
Data Structures | |
| class | DeclarationContext |
| class | PresentPropertyContext |
| class | AbsentPropertyContext |
| class | AppearingPropertyContext |
| class | ReappearingPropertyContext |
| class | ExistsInPrototypeContext |
| class | AbsentInPrototypeContext |
| class | ExistsInHiddenPrototypeContext |
| class | SimpleContext |
Enumerations | |
| enum | Expectations { EXPECT_RESULT, EXPECT_EXCEPTION, EXPECT_ERROR } |
Functions | |
| TEST (Unknown) | |
| TEST (Present) | |
| TEST (Absent) | |
| TEST (Appearing) | |
| TEST (Reappearing) | |
| TEST (ExistsInPrototype) | |
| TEST (AbsentInPrototype) | |
| TEST (ExistsInHiddenPrototype) | |
| TEST (CrossScriptReferences) | |
| TEST (CrossScriptReferencesHarmony) | |
| TEST (CrossScriptConflicts) | |
| enum Expectations |
| Enumerator | |
|---|---|
| EXPECT_RESULT | |
| EXPECT_EXCEPTION | |
| EXPECT_ERROR | |
Definition at line 38 of file test-decls.cc.
| TEST | ( | Unknown | ) |
Definition at line 232 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, V8::Initialize(), CcTest::isolate(), and v8::Undefined().
| TEST | ( | Present | ) |
Definition at line 289 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_EXCEPTION, EXPECT_RESULT, CcTest::isolate(), and v8::Undefined().
| TEST | ( | Absent | ) |
Definition at line 343 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, V8::Initialize(), CcTest::isolate(), and v8::Undefined().
| TEST | ( | Appearing | ) |
Definition at line 435 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, V8::Initialize(), CcTest::isolate(), and v8::Undefined().
| TEST | ( | Reappearing | ) |
Definition at line 528 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, V8::Initialize(), CcTest::isolate(), and v8::Undefined().
| TEST | ( | ExistsInPrototype | ) |
Definition at line 559 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, CcTest::isolate(), and v8::Undefined().
| TEST | ( | AbsentInPrototype | ) |
Definition at line 621 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, V8::Initialize(), CcTest::isolate(), and v8::Undefined().
| TEST | ( | ExistsInHiddenPrototype | ) |
Definition at line 668 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_EXCEPTION, EXPECT_RESULT, CcTest::isolate(), and v8::Undefined().
| TEST | ( | CrossScriptReferences | ) |
Definition at line 762 of file test-decls.cc.
References SimpleContext::Check(), EXPECT_EXCEPTION, EXPECT_RESULT, and CcTest::isolate().
| TEST | ( | CrossScriptReferencesHarmony | ) |
Definition at line 804 of file test-decls.cc.
References SimpleContext::Check(), EXPECT_RESULT, CcTest::isolate(), and NULL.
| TEST | ( | CrossScriptConflicts | ) |
Definition at line 835 of file test-decls.cc.
References SimpleContext::Check(), EXPECT_ERROR, EXPECT_RESULT, CcTest::isolate(), and NULL.