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