Searched refs:PropertyFound (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDictionary.h93 PropertyFound enumerator in enum:WebCore::JSDictionary::GetPropertyResult
157 return tryGetPropertyAndResult(propertyName, &finalResult, IdentitySetter<Result>::identitySetter) == PropertyFound;
168 case PropertyFound: {
H A DJSDictionary.cpp79 return PropertyFound;
267 if (tryGetProperty(propertyName.utf8().data(), value) != PropertyFound || value.isUndefinedOrNull())

Completed in 183 milliseconds