Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-api.cc699 Local<v8::Object> other_instance = other_function->NewInstance(); in THREADED_TEST() local
701 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()