Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/test/cctest/
Dtest-api.cc652 Local<v8::Object> other_instance = other_function->NewInstance(); in THREADED_TEST() local
654 other_instance->Set(v8_str("__proto__"), derived_instance2); in THREADED_TEST()
675 other_instance->FindInstanceInPrototypeChain(base)); in THREADED_TEST()
677 other_instance->FindInstanceInPrototypeChain(derived)); in THREADED_TEST()
678 CHECK_EQ(other_instance, in THREADED_TEST()
679 other_instance->FindInstanceInPrototypeChain(other)); in THREADED_TEST()