Searched defs:throwing (Results 1 – 8 of 8) sorted by relevance
15 void throwing() { function
8 package throwing; package
4 package throwing; package
157 public <T extends Throwable> T throwing(T throwable) { in throwing() method in XLogger172 public <T extends Throwable> T throwing(Level level, T throwable) { in throwing() method in XLogger
643 public void writeCurrentDefinition(int register, Value value, ThrowingInfo throwing) { in writeCurrentDefinition()
2845 Node* throwing; in DoJSToNumberTruncatesToFloat64() local2929 Node* throwing; in DoJSToNumberTruncatesToWord32() local
2503 static <T> Callable<T> throwing(final Exception exception) { in throwing() method in CacheLoadingTest