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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c213 static VALUE eLocalJumpError; variable
3327 if (rb_obj_is_kind_of(exc, eLocalJumpError)) {
10888 eLocalJumpError = rb_const_get(rb_cObject, rb_intern("LocalJumpError"));
10890 eTkLocalJumpError = rb_define_class("TkLocalJumpError", eLocalJumpError);

Completed in 139 milliseconds