MCPcopy 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 */
429function isNative (Ctor) {
430 return /native code/.test(Ctor.toString())
431}
432
433var hasSymbol =
434 typeof Symbol !== 'undefined' && isNative(Symbol) &&

Callers 1

vue.runtime.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected