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

/external/v8/test/cctest/
H A Dtest-api.cc5274 v8::Local<Script> access_other0 = v8_compile("other.Object"); local
5277 CHECK(!access_other0->Run()->Equals(other_object));
5278 CHECK(access_other0->Run()->IsUndefined());

Completed in 122 milliseconds