Searched refs:prototypes (Results 1 – 7 of 7) sorted by relevance
26 protected $prototypes; variable in Assetic\\Factory\\Loader\\BasePhpFormulaLoader31 $this->prototypes = array();43 $this->prototypes[$prototype] = array($tokens, $options);48 if (!$nbProtos = count($this->prototypes)) {62 foreach (array_keys($this->prototypes) as $i) {63 $prototype = & $this->prototypes[$i][0];64 $options = $this->prototypes[$i][1];
351 * Fixed the issue with modified Array prototypes
290 * support keys that collide with object prototypes ([#234](https://www.github.com/yargs/yargs-parse…
136 In the `library` version, we can't pollute prototypes of native constructors. Because of that, prot…1250 * In the `library` version we can't pollute native prototypes, so prototype methods available as co…
1179 // It doesn't break any prototypes of other objects as we don't change class references.1985 // bridged class' prototypes as well.
1188 // It doesn't break any prototypes of other objects as we don't change class references.1994 // bridged class' prototypes as well.
21150 // 0xA2 FNPROTO: function prototypes (BIFF4)