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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c1374 static VALUE rbtk_pending_exception; variable
1382 volatile VALUE exc = rbtk_pending_exception;
1391 rbtk_pending_exception = Qnil;
1418 volatile VALUE exc = rbtk_pending_exception;
1428 rbtk_pending_exception = Qnil;
2268 rbtk_pending_exception
2271 rbtk_pending_exception = rb_errinfo();
2273 if (!NIL_P(rbtk_pending_exception)) {
2275 VALUE exc = rbtk_pending_exception;
2276 rbtk_pending_exception
[all...]

Completed in 77 milliseconds