Searched refs:GetRealNamedPropertyInPrototypeChain (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestSpecialOperationsNotEnumerable.cpp54 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
H A DV8TestInterface2.cpp305 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
331 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
H A DV8TestInterface.cpp1667 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
1689 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp224 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
280 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.cpp624 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
646 if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty())
/external/chromium_org/v8/include/
H A Dv8.h2445 Local<Value> GetRealNamedPropertyInPrototypeChain(Handle<String> key);
/external/chromium_org/v8/src/
H A Dapi.cc3664 Local<Value> v8::Object::GetRealNamedPropertyInPrototypeChain( function in class:v8::v8::Object
3668 "v8::Object::GetRealNamedPropertyInPrototypeChain()",
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc13112 result = another->GetRealNamedPropertyInPrototypeChain(v8_str("f"));

Completed in 2402 milliseconds