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

/external/v8/test/cctest/
H A Dtest-api.cc5262 v8::Local<Value> other_object; local
5264 other_object = other->Global()->Get(v8_str("Object"));
5277 CHECK(!access_other0->Run()->Equals(other_object));
5292 CHECK(!access_f0->Run()->Equals(other_object));

Completed in 56 milliseconds