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

/external/v8/test/cctest/
H A Dtest-api.cc917 Local<v8::Object> other_instance = other_function->NewInstance(); local
919 other_instance->Set(v8_str("__proto__"), derived_instance2);
934 // other_instance is an instance of other and its immediate
938 // other_instance.
940 other_instance->FindInstanceInPrototypeChain(base));
942 other_instance->FindInstanceInPrototypeChain(derived));
943 CHECK_EQ(other_instance,
944 other_instance->FindInstanceInPrototypeChain(other));

Completed in 81 milliseconds