Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Macuyiko/minecraft-python
/ isArguments
Function
isArguments
ServerEditorWeb/ace/worker-html.js:9787–9789 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
9785
}
9786
9787
function
isArguments(object) {
9788
return
Object.prototype.toString.call(object) ==
'[object Arguments]'
;
9789
}
9790
9791
function
objEquiv(a, b) {
9792
if
(util.isNullOrUndefined(a) || util.isNullOrUndefined(b))
Callers
1
objEquiv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected