Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isNative
Function
isNative
static/vuejs/vue.esm.js:433–435 ·
view source on GitHub ↗
(Ctor)
Source
from the content-addressed store, hash-verified
431
432
/* istanbul ignore next */
433
function
isNative (Ctor) {
434
return
/native code/.test(Ctor.toString())
435
}
436
437
var
hasSymbol =
438
typeof Symbol !==
'undefined'
&& isNative(Symbol) &&
Callers
1
vue.esm.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected