You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.",
9
+
"type": "object"
10
+
},
11
+
"arguments": {},
12
+
"bind": {
13
+
"description": "For a given function, creates a bound function that has the same body as the original function.\nThe this object of the bound function is associated with the specified object, and has the specified initial parameters.",
14
+
"type": "object"
15
+
},
16
+
"call": {
17
+
"description": "Calls a method of an object, substituting another object for the current object.",
18
+
"type": "object"
19
+
},
20
+
"caller": {
21
+
"$ref": "#/definitions/Function"
22
+
},
23
+
"length": {
24
+
"type": "number"
25
+
},
26
+
"prototype": {},
27
+
"toString": {
28
+
"description": "Returns a string representation of a function.",
0 commit comments