Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
devtools
/
devtools-frontend
/
7a19b64c0a03cb739ec195fde5c47d10e82f576d
/
.
/
node_modules
/
function-bind
/
index.js
blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [
file
] [
log
] [
blame
]
Yang Guo
4fd355c
2019-09-19 10:59:03 +0200
[
diff
] [
blame
]
1
'use strict'
;
2
3
var
implementation
=
require
(
'./implementation'
);
4
5
module
.
exports
=
Function
.
prototype
.
bind
||
implementation
;