Lines Matching refs:descriptors
201 .create(proto | null, descriptors?) -> object
204 .defineProperties(target, descriptors) -> target, cap for ie8-
266 .create(object | null, descriptors?) -> object
269 .defineProperties(object, descriptors) -> target
858 .create(proto | null, descriptors?) -> object
860 .defineProperties(target, descriptors) -> target
1118 …prototype methods. Typed Arrays work only in environments with support descriptors (IE9+), `ArrayB…
1383 …ect.get-own-property-descriptors`](https://github.com/zloirock/core-js/blob/v2.6.12/modules/es7.ob…
1390 core-js(/library)/fn/object/get-own-property-descriptors
1394 // Shallow object cloning with prototype and descriptors:
1973 // Shallow object cloning with prototype and descriptors: