(Object o)
| 223 | /// |
| 224 | /// the original object submitted or null |
| 225 | public static Object extractHardRef(Object o) { |
| 226 | return Display.impl.extractHardRef(o); |
| 227 | } |
| 228 | |
| 229 | /// Checks if async stack traces are enabled. If enabled, the stack trace |
| 230 | /// at the point of `#callSerially(java.lang.Runnable)` calls will |
no outgoing calls