Searched refs:other_instance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc1378 Local<v8::Object> other_instance = other_function->NewInstance(); local
1380 other_instance->Set(v8_str("__proto__"), derived_instance2);
1395 // other_instance is an instance of other and its immediate
1399 // other_instance.
1401 other_instance->FindInstanceInPrototypeChain(base));
1403 other_instance->FindInstanceInPrototypeChain(derived));
1404 CHECK_EQ(other_instance,
1405 other_instance->FindInstanceInPrototypeChain(other));

Completed in 480 milliseconds