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

/external/v8/test/cctest/
H A Dtest-api.cc13577 v8::Handle<v8::Script> indep = v8::Script::New(v8::String::New(source)); local
13580 CHECK_EQ(indep->Run()->Int32Value(), 100);
13584 CHECK_EQ(indep->Run()->Int32Value(), 101);

Completed in 62 milliseconds