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

  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.h 78 return object.IsEmpty() ? object : object->FindInstanceInPrototypeChain(functionTemplate);
  /external/v8/test/cctest/
test-api.cc 900 THREADED_TEST(FindInstanceInPrototypeChain) {
922 base_instance->FindInstanceInPrototypeChain(base));
923 CHECK(base_instance->FindInstanceInPrototypeChain(derived).IsEmpty());
924 CHECK(base_instance->FindInstanceInPrototypeChain(other).IsEmpty());
928 derived_instance->FindInstanceInPrototypeChain(base));
930 derived_instance->FindInstanceInPrototypeChain(derived));
931 CHECK(derived_instance->FindInstanceInPrototypeChain(other).IsEmpty());
939 other_instance->FindInstanceInPrototypeChain(base));
941 other_instance->FindInstanceInPrototypeChain(derived));
943 other_instance->FindInstanceInPrototypeChain(other))
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 1279 milliseconds