MCPcopy Index your code
hub / github.com/TruthHun/BookStack / isNative

Function isNative

static/vuejs/vue.js:439–441  ·  view source on GitHub ↗
(Ctor)

Source from the content-addressed store, hash-verified

437
438/* istanbul ignore next */
439function isNative (Ctor) {
440 return /native code/.test(Ctor.toString())
441}
442
443var hasSymbol =
444 typeof Symbol !== 'undefined' && isNative(Symbol) &&

Callers 1

vue.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected