Searched defs:indep (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc17174 v8::Handle<v8::UnboundScript> indep = local
17179 CHECK_EQ(indep->BindToCurrentContext()->Run()->Int32Value(), 100);
17184 CHECK_EQ(indep->BindToCurrentContext()->Run()->Int32Value(), 101);

Completed in 165 milliseconds