v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Functions | |
TEST (GlobalProperty) | |
TEST (GlobalVar) | |
TEST (LocalVar) | |
TEST (InConstructor) | |
TEST (Factory) | |
TEST (Static) | |
TEST (Prototype) | |
TEST (ObjectLiteral) | |
TEST (AsParameter) | |
TEST (MultipleFuncsConditional) | |
TEST (MultipleFuncsInLiteral) | |
TEST (AnonymousInAnonymousClosure1) | |
TEST (AnonymousInAnonymousClosure2) | |
TEST (NamedInAnonymousClosure) | |
TEST (Issue380) | |
TEST (MultipleAssignments) | |
TEST (AsConstructorParameter) | |
TEST (FactoryHashmap) | |
TEST (FactoryHashmapVariable) | |
TEST (FactoryHashmapConditional) | |
TEST (GlobalAssignmentAndCall) | |
TEST (AssignmentAndCall) | |
TEST (MethodAssignmentInAnonymousFunctionCall) | |
TEST (ReturnAnonymousFunction) | |
TEST | ( | GlobalProperty | ) |
Definition at line 102 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | GlobalVar | ) |
Definition at line 115 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | LocalVar | ) |
Definition at line 128 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | InConstructor | ) |
Definition at line 143 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | Factory | ) |
Definition at line 158 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | Static | ) |
Definition at line 175 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | Prototype | ) |
Definition at line 194 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | ObjectLiteral | ) |
Definition at line 213 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | AsParameter | ) |
Definition at line 228 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | MultipleFuncsConditional | ) |
Definition at line 245 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | MultipleFuncsInLiteral | ) |
Definition at line 259 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | AnonymousInAnonymousClosure1 | ) |
Definition at line 274 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | AnonymousInAnonymousClosure2 | ) |
Definition at line 294 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | NamedInAnonymousClosure | ) |
Definition at line 311 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | Issue380 | ) |
Definition at line 329 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | MultipleAssignments | ) |
Definition at line 343 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | AsConstructorParameter | ) |
Definition at line 360 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | FactoryHashmap | ) |
Definition at line 375 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | FactoryHashmapVariable | ) |
Definition at line 392 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | FactoryHashmapConditional | ) |
Definition at line 412 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | GlobalAssignmentAndCall | ) |
Definition at line 428 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | AssignmentAndCall | ) |
Definition at line 447 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | MethodAssignmentInAnonymousFunctionCall | ) |
Definition at line 471 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), and CcTest::isolate().
TEST | ( | ReturnAnonymousFunction | ) |
Definition at line 488 of file test-func-name-inference.cc.
References CcTest::InitializeVM(), CcTest::isolate(), and Script::Run().