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

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDictionary.h97 GetPropertyResult tryGetPropertyAndResult(const char* propertyName, T* context, void (*setter)(T* context, const Result&)) const;
145 return tryGetPropertyAndResult(propertyName, context, setter) != ExceptionThrown;
151 return tryGetPropertyAndResult(propertyName, &finalResult, IdentitySetter<Result>::identitySetter) != ExceptionThrown;
157 return tryGetPropertyAndResult(propertyName, &finalResult, IdentitySetter<Result>::identitySetter) == PropertyFound;
161 JSDictionary::GetPropertyResult JSDictionary::tryGetPropertyAndResult(const char* propertyName, T* context, void (*setter)(T* context, const Result&)) const function in class:WebCore::JSDictionary

Completed in 161 milliseconds