Searched refs:other_instance (Results 1 – 1 of 1) sorted by relevance
699 Local<v8::Object> other_instance = other_function->NewInstance(); in THREADED_TEST() local701 other_instance->Set(v8_str("__proto__"), derived_instance2); in THREADED_TEST()722 other_instance->FindInstanceInPrototypeChain(base)); in THREADED_TEST()724 other_instance->FindInstanceInPrototypeChain(derived)); in THREADED_TEST()725 CHECK_EQ(other_instance, in THREADED_TEST()726 other_instance->FindInstanceInPrototypeChain(other)); in THREADED_TEST()