2016-10-10 03:43:44 +02:00
|
|
|
// 19.1.2.7 Object.getOwnPropertyNames(O)
|
2017-08-14 05:01:11 +02:00
|
|
|
require('./_object-sap')('getOwnPropertyNames', function () {
|
2017-05-27 17:36:13 +02:00
|
|
|
return require('./_object-gopn-ext').f;
|
2017-08-14 05:01:11 +02:00
|
|
|
});
|