ObjectPrototype
This is the object protytpe ECMA-262 15.2.4
# File lib/rkelly/js/function_prototype.rb, line 6 def initialize(function) super() self['Class'] = 'Object' self['constructor'] = function self['arguments'].value = nil end