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

Callers 1

vue.runtime.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected