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

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDictionary.h91 ExceptionThrown, enumerator in enum:WebCore::JSDictionary::GetPropertyResult
145 return tryGetPropertyAndResult(propertyName, context, setter) != ExceptionThrown;
151 return tryGetPropertyAndResult(propertyName, &finalResult, IdentitySetter<Result>::identitySetter) != ExceptionThrown;
166 case ExceptionThrown:
173 return ExceptionThrown;
H A DJSDictionary.cpp73 return ExceptionThrown;
77 return ExceptionThrown;

Completed in 109 milliseconds