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

/external/v8/test/cctest/
H A Dtest-api.cc916 Local<v8::Object> other_instance = other_function->NewInstance(); local
918 other_instance->Set(v8_str("__proto__"), derived_instance2);
933 // other_instance is an instance of other and its immediate
937 // other_instance.
939 other_instance->FindInstanceInPrototypeChain(base));
941 other_instance->FindInstanceInPrototypeChain(derived));
942 CHECK_EQ(other_instance,
943 other_instance->FindInstanceInPrototypeChain(other));

Completed in 78 milliseconds