Home | History | Annotate | Download | only in cctest

Lines Matching defs:foo2

5196     v8::Handle<Value> foo2 = global0->Get(v8_str("foo"));
5197 CHECK_EQ(333, foo2->Int32Value());