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

/external/webkit/Source/JavaScriptCore/runtime/
H A DExceptionHelpers.cpp44 class InterruptedExecutionError : public JSNonFinalObject { class in namespace:JSC
46 InterruptedExecutionError(JSGlobalData* globalData) function in class:JSC::InterruptedExecutionError
58 return new (globalData) InterruptedExecutionError(globalData);
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.h45 InterruptedExecutionError, enumerator in enum:WebCore::SerializationReturnCode
H A DSerializedScriptValue.cpp643 return InterruptedExecutionError;
697 return InterruptedExecutionError;
755 return InterruptedExecutionError;
1224 return make_pair(JSValue(), InterruptedExecutionError);
1269 return make_pair(JSValue(), InterruptedExecutionError);
1318 return make_pair(JSValue(), InterruptedExecutionError);
1427 case InterruptedExecutionError:

Completed in 128 milliseconds