Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14106
exports.isBuffer = _dereq_(
'./support/isBuffer'
);
14107
14108
function
objectToString(o) {
14109
return
Object.prototype.toString.call(o);
14110
}
14111
14112
14113
function
pad(n) {
Callers
3
isRegExp
Function · 0.70
isDate
Function · 0.70
isError
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected