![]() |
v8
3.11.10(node0.8.26)
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 |
Enumerations | |
| enum | Expectations { EXPECT_RESULT, EXPECT_EXCEPTION } |
Functions | |
| TEST (Unknown) | |
| TEST (Present) | |
| TEST (Absent) | |
| TEST (Appearing) | |
| TEST (Reappearing) | |
| TEST (ExistsInPrototype) | |
| TEST (AbsentInPrototype) | |
| enum Expectations |
| Enumerator | |
|---|---|
| EXPECT_RESULT | |
| EXPECT_EXCEPTION | |
Definition at line 38 of file test-decls.cc.
| TEST | ( | Unknown | ) |
Definition at line 204 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, and v8::Undefined().
| TEST | ( | Present | ) |
Definition at line 259 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_EXCEPTION, EXPECT_RESULT, and v8::Undefined().
| TEST | ( | Absent | ) |
Definition at line 313 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, and v8::Undefined().
| TEST | ( | Appearing | ) |
Definition at line 403 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, and v8::Undefined().
| TEST | ( | Reappearing | ) |
Definition at line 495 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, and v8::Undefined().
| TEST | ( | ExistsInPrototype | ) |
Definition at line 523 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, and v8::Undefined().
| TEST | ( | AbsentInPrototype | ) |
Definition at line 586 of file test-decls.cc.
References DeclarationContext::Check(), EXPECT_RESULT, and v8::Undefined().