MCPcopy 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
9787function isArguments(object) {
9788 return Object.prototype.toString.call(object) == '[object Arguments]';
9789}
9790
9791function objEquiv(a, b) {
9792 if (util.isNullOrUndefined(a) || util.isNullOrUndefined(b))

Callers 1

objEquivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected