|
@ -487,7 +487,7 @@ exports.pump = function(readStream, writeStream, callback) { |
|
|
* |
|
|
* |
|
|
* The Function.prototype.inherits from lang.js rewritten as a standalone |
|
|
* The Function.prototype.inherits from lang.js rewritten as a standalone |
|
|
* function (not on Function.prototype). NOTE: If this file is to be loaded |
|
|
* function (not on Function.prototype). NOTE: If this file is to be loaded |
|
|
* during bootstrapping this function needs to be revritten using some native |
|
|
* during bootstrapping this function needs to be rewritten using some native |
|
|
* functions as prototype setup using normal JavaScript does not work as |
|
|
* functions as prototype setup using normal JavaScript does not work as |
|
|
* expected during bootstrapping (see mirror.js in r114903). |
|
|
* expected during bootstrapping (see mirror.js in r114903). |
|
|
* |
|
|
* |
|
|