main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
391 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | 'use strict';
|
---|
| 2 | // TODO: Remove from `core-js@4`
|
---|
| 3 | var $ = require('../internals/export');
|
---|
| 4 | var bind = require('../internals/function-bind');
|
---|
| 5 |
|
---|
| 6 | // `Function.prototype.bind` method
|
---|
| 7 | // https://tc39.es/ecma262/#sec-function.prototype.bind
|
---|
| 8 | // eslint-disable-next-line es/no-function-prototype-bind -- detection
|
---|
| 9 | $({ target: 'Function', proto: true, forced: Function.bind !== bind }, {
|
---|
| 10 | bind: bind
|
---|
| 11 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.