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

  /external/chromium_org/v8/test/cctest/
test-api.cc 1311 Local<v8::Object> other_instance = other_function->NewInstance(); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 916 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));
    [all...]

Completed in 238 milliseconds