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