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

  /external/chromium_org/v8/test/cctest/
test-api.cc 1397 Local<v8::Object> derived_instance2 = derived_function->NewInstance(); local
    [all...]
  /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 42 milliseconds