チェンジセット 145
- コミット日時:
- 2007/12/12 23:23:54 (1 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as2/Thread/src/org/libspark/thread/Thread.as
r137 r145 240 240 } 241 241 242 terminateHandler(); 242 243 _state |= STATE_ERROR; 243 _executeHandler = nullHandler;244 245 if (_debug != null) {246 _debug.threadChanged(this);247 }248 244 249 245 throw ee; as3/Thread/src/org/libspark/thread/Thread.as
r141 r145 230 230 catch (ee:Error) { 231 231 if ((ee = handleByErrorHandler(ee)) != null) { 232 terminateHandler(); 232 233 _state |= STATE_ERROR; 233 _executeHandler = nullHandler;234 235 if (_debug != null) {236 _debug.threadChanged(this);237 }238 234 239 235 throw ee;
