Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ pToString
Function
pToString
docs/tests/v2/es6/js/sanddance.js:8342–8344 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
8340
return
function
foo() {}.name ===
'foo'
;
8341
}());
8342
function
pToString (obj) {
8343
return
Object.prototype.toString.call(obj);
8344
}
8345
function
isView(arrbuf) {
8346
if
(isBuffer(arrbuf)) {
8347
return
false;
Callers
1
_deepEqual
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected