class Opal::Nodes::TopNode
def compile_end_construct
def compile_end_construct if content = compiler.eof_content line 'var $__END__ = Opal.Object.$new();' line "$__END__.$read = $return_val(#{content.inspect});" end end
def compile_end_construct if content = compiler.eof_content line 'var $__END__ = Opal.Object.$new();' line "$__END__.$read = $return_val(#{content.inspect});" end end