Home
last modified time | relevance | path

Searched refs:foo0 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc4075 v8::Handle<Value> foo0 = global0->Get(v8_str("foo")); in TEST() local
4076 CHECK_EQ(111, foo0->Int32Value()); in TEST()