()
| 626 | |
| 627 | // Create a naked function reference for surrogate-prototype-swapping. |
| 628 | function ctor() { |
| 629 | return function(){}; |
| 630 | } |
| 631 | |
| 632 | // An internal function for creating a new object that inherits from another. |
| 633 | function baseCreate(prototype) { |
no outgoing calls
no test coverage detected
searching dependent graphs…