• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ruby-106/ruby/test/ruby/

Lines Matching refs:nothing

454         :nothing
506 [:line, 4, 'xyzzy', self.class, method, self, :outer, :nothing],
507 [:c_call, 4, 'xyzzy', Integer, :times, 1, :outer, :nothing],
508 [:line, 4, 'xyzzy', self.class, method, self, nil, :nothing],
509 [:line, 5, 'xyzzy', self.class, method, self, :inner, :nothing],
510 [:c_call, 5, 'xyzzy', Kernel, :tap, self, :inner, :nothing],
513 [:line, 7, 'xyzzy', self.class, method, self, :outer, :nothing],
514 [:c_call, 7, "xyzzy", Class, :inherited, Object, :outer, :nothing],
516 [:class, 7, "xyzzy", nil, nil, xyzzy.class, nil, :nothing],
517 [:line, 8, "xyzzy", nil, nil, xyzzy.class, nil, :nothing],
518 [:line, 9, "xyzzy", nil, nil, xyzzy.class, :XYZZY_outer, :nothing],
519 [:c_call, 9, "xyzzy", Module, :method_added, xyzzy.class, :XYZZY_outer, :nothing],
521 [:line, 13, "xyzzy", nil, nil, xyzzy.class, :XYZZY_outer, :nothing],
522 [:c_call, 13, "xyzzy", Module, :method_added, xyzzy.class, :XYZZY_outer, :nothing],
524 [:end, 17, "xyzzy", nil, nil, xyzzy.class, :XYZZY_outer, :nothing],
525 [:line, 18, "xyzzy", TestSetTraceFunc, method, self, :outer, :nothing],
526 [:c_call, 18, "xyzzy", Class, :new, xyzzy.class, :outer, :nothing],
527 [:c_call, 18, "xyzzy", BasicObject, :initialize, xyzzy, :outer, :nothing],
530 [:line, 19, "xyzzy", TestSetTraceFunc, method, self, :outer, :nothing],
531 [:call, 9, "xyzzy", xyzzy.class, :foo, xyzzy, nil, :nothing],
532 [:line, 10, "xyzzy", xyzzy.class, :foo, xyzzy, nil, :nothing],
533 [:line, 11, "xyzzy", xyzzy.class, :foo, xyzzy, :XYZZY_foo, :nothing],
534 [:call, 13, "xyzzy", xyzzy.class, :bar, xyzzy, nil, :nothing],
535 [:line, 14, "xyzzy", xyzzy.class, :bar, xyzzy, nil, :nothing],
536 [:line, 15, "xyzzy", xyzzy.class, :bar, xyzzy, :XYZZY_bar, :nothing],
537 [:c_call, 15, "xyzzy", Kernel, :tap, xyzzy, :XYZZY_bar, :nothing],
541 [:line, 20, "xyzzy", TestSetTraceFunc, method, self, :outer, :nothing],
542 [:line, 20, "xyzzy", TestSetTraceFunc, method, self, :outer, :nothing],
543 [:c_call, 20, "xyzzy", Kernel, :raise, self, :outer, :nothing],
544 [:c_call, 20, "xyzzy", Exception, :exception, RuntimeError, :outer, :nothing],
545 [:c_call, 20, "xyzzy", Exception, :initialize, raised_exc, :outer, :nothing],
548 [:c_call, 20, "xyzzy", Exception, :backtrace, raised_exc, :outer, :nothing],
552 [:c_call, 20, "xyzzy", Module, :===, RuntimeError,:outer, :nothing],
554 [:line, 21, "xyzzy", TestSetTraceFunc, method, self, :outer, :nothing],
555 [:c_call, 21, "xyzzy", TracePoint, :disable, trace, :outer, :nothing],