Searched defs:GetOwnElementAccessorPair (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc4869 if (!GetOwnElementAccessorPair(object, index).is_null()) {
6131 if (preexists && GetOwnElementAccessorPair(object, index).is_null()) {
11084 if (!JSObject::GetOwnElementAccessorPair(object, index).is_null()) {
11733 MaybeHandle<AccessorPair> JSObject::GetOwnElementAccessorPair( function in class:v8::JSObject
11740 return GetOwnElementAccessorPair(
12382 if (GetOwnElementAccessorPair(object, index).is_null()) {

Completed in 150 milliseconds