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