MCPcopy Create free account
hub / github.com/ajaxorg/ace-builds / objectToString

Function objectToString

src/worker-javascript.js:14108–14110  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

14106exports.isBuffer = _dereq_('./support/isBuffer');
14107
14108function objectToString(o) {
14109 return Object.prototype.toString.call(o);
14110}
14111
14112
14113function pad(n) {

Callers 3

isRegExpFunction · 0.70
isDateFunction · 0.70
isErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected