()
| 633 | |
| 634 | // Create a naked function reference for surrogate-prototype-swapping. |
| 635 | function ctor() { |
| 636 | return function(){}; |
| 637 | } |
| 638 | |
| 639 | // An internal function for creating a new object that inherits from another. |
| 640 | function baseCreate(prototype) { |
no outgoing calls
no test coverage detected
searching dependent graphs…