Class: Minjs::ECMA262::ExpAddAssign

Inherits:
ExpAssign show all
Includes:
AssignmentOperation
Defined in:
lib/minjs/ecma262/exp.rb

Instance Attribute Summary

Attributes inherited from ExpArg2

#val, #val2

Instance Method Summary collapse

Methods included from AssignmentOperation

#==, #add_paren, #ecma262_typeof, #remove_paren

Methods inherited from ExpAssign

#reduce

Methods inherited from ExpArg2

#deep_dup, #initialize, #replace, #to_js, #traverse

Methods inherited from Exp

#reduce, #to_js, #traverse

Methods inherited from Base

#==, #concat, #deep_dup, #replace, #to_js, #to_s

Constructor Details

This class inherits a constructor from Minjs::ECMA262::ExpArg2

Instance Method Details

#priorityObject



1393
1394
1395
# File 'lib/minjs/ecma262/exp.rb', line 1393

def priority
  PRIORITY_ASSIGNMENT
end

#symObject



1390
1391
1392
# File 'lib/minjs/ecma262/exp.rb', line 1390

def sym
  "+="
end