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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected