Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ isNative
Function
isNative
static/vuejs/vue.js:439–441 ·
view source on GitHub ↗
(Ctor)
Source
from the content-addressed store, hash-verified
437
438
/* istanbul ignore next */
439
function
isNative (Ctor) {
440
return
/native code/.test(Ctor.toString())
441
}
442
443
var
hasSymbol =
444
typeof Symbol !==
'undefined'
&& isNative(Symbol) &&
Callers
1
vue.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected