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

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected