(prototype)
| 2437 | |
| 2438 | // NativeError Object Structure |
| 2439 | $h_once.isAccessorPermit(isAccessorPermit);function NativeError(prototype){ |
| 2440 | return { |
| 2441 | // Properties of the NativeError Constructors |
| 2442 | '[[Proto]]': '%SharedError%', |
| 2443 | |
| 2444 | // NativeError.prototype |
| 2445 | prototype}; |
| 2446 | |
| 2447 | } |
| 2448 | |
| 2449 | function NativeErrorPrototype(constructor) { |
| 2450 | return { |