How to use the proto-list.apply function in proto-list

To help you get started, we’ve selected a few proto-list examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github graalvm / graaljs / deps / npm / node_modules / config-chain / index.js View on Github external
function ConfigChain () {
  EE.apply(this)
  ProtoList.apply(this, arguments)
  this._awaiting = 0
  this._saving = 0
  this.sources = {}
}
github dawsbot / config-chain / index.js View on Github external
function ConfigChain () {
  EE.apply(this)
  ProtoList.apply(this, arguments)
  this._awaiting = 0
  this._saving = 0
  this.sources = {}
}

proto-list

A utility for managing a prototype chain

ISC
Latest version published 9 years ago

Package Health Score

65 / 100
Full package analysis

Popular proto-list functions

Similar packages