Module: Quickjs::PolyfillLoader

Included in:
VM
Defined in:
lib/quickjs/polyfills.rb

Instance Method Summary collapse

Instance Method Details

#initialize(features: [], **opts) ⇒ Object



59
60
61
62
# File 'lib/quickjs/polyfills.rb', line 59

def initialize(features: [], **opts)
  super
  Quickjs._apply_registered_polyfills(self, features)
end