Home
last modified time | relevance | path

Searched refs:SCRIPT_LINES__ (Results 1 – 10 of 10) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dtracer.rb158 unless list = SCRIPT_LINES__[file]
160 SCRIPT_LINES__[file] = list
270 SCRIPT_LINES__ = {} unless defined? SCRIPT_LINES__ constant
H A Ddebug.rb22 SCRIPT_LINES__ = {} unless defined? SCRIPT_LINES__ # :nodoc: constant
757 unless (lines = SCRIPT_LINES__[file]) and lines != true
759 lines = SCRIPT_LINES__[file]
/dports/lang/ruby26/ruby-2.6.9/test/irb/
H A Dtest_workspace.rb80 if defined?(SCRIPT_LINES__)
81 script_lines = SCRIPT_LINES__
/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_ast.rb195 SCRIPT_LINES__ = {} constant
202 assert_empty(SCRIPT_LINES__)
H A Dtest_syntax.rb1344 if defined?(SCRIPT_LINES__)
1345 script_lines = SCRIPT_LINES__
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/
H A DRuby-1.8.7.api355 debug.SCRIPT_LINES__?7
3227 tracer.SCRIPT_LINES__?7
H A DRuby-1.9.1.api482 debug.SCRIPT_LINES__?7
4392 tracer.SCRIPT_LINES__?7
/dports/lang/ruby26/ruby-2.6.9/
H A DChangeLog9338 Parse the source in SCRIPT_LINES__ as array
9346 Parse the source in SCRIPT_LINES__ if possible
9365 Get rid of setting SCRIPT_LINES__ by AST.parse
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.014424 * lib/debug.rb (script_lines): get source lines from SCRIPT_LINES__ or
H A DChangeLog-1.9.3886 * parse.y: Document SCRIPT_LINES__.
6540 in SCRIPT_LINES__ as source encoding. [ruby-dev:43168]
50467 file's SCRIPT_LINES__ storage, instead of appending source lines
55124 * golf_prelude.rb (Object.quine): need to join because SCRIPT_LINES__[]