MCPcopy Create free account
hub / github.com/NativeScript/capacitor / hasInternalProtoProperty

Function hasInternalProtoProperty

embed/android/internal/ts_helpers.js:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 || assignPropertiesFromParentToChild;
125
126 function hasInternalProtoProperty() {
127 return { __proto__: [] } instanceof Array;
128 }
129
130 function assignPropertiesFromParentToChild(parent, child) {
131 for (var property in parent) {

Callers 1

ts_helpers.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected