Method: Opal::Compiler#marshal_dump
- Defined in:
- lib/opal/compiler.rb
#marshal_dump ⇒ Object
Marshalling for cache shortpath
609 610 611 612 613 |
# File 'lib/opal/compiler.rb', line 609 def marshal_dump [, @option_values, @source_map ||= source_map.cache, @magic_comments, @result, @required_trees, @requires, @autoloads] end |