()
| 124 | |
| 125 | // compile an embedded document for this schema |
| 126 | function EmbeddedDocument() { |
| 127 | Subdocument.apply(this, arguments); |
| 128 | if (this.__parentArray == null || this.__parentArray.getArrayParent() == null) { |
| 129 | return; |
| 130 | } |
| 131 | this.$session(this.__parentArray.getArrayParent().$session()); |
| 132 | } |
| 133 | |
| 134 | schema._preCompile(); |
| 135 |
nothing calls this directly
no outgoing calls
no test coverage detected