HomeSort by relevance Sort by last modified time
    Searched full:derived_instance2 (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-api.cc 915 Local<v8::Object> derived_instance2 = derived_function->NewInstance(); local
917 derived_instance2->Set(v8_str("__proto__"), derived_instance);
918 other_instance->Set(v8_str("__proto__"), derived_instance2);
934 // prototype derived_instance2 is an instance of base and derived.
936 // but it comes after derived_instance2 in the prototype chain of
938 CHECK_EQ(derived_instance2,
940 CHECK_EQ(derived_instance2,
    [all...]

Completed in 1444 milliseconds