(context, v)
| 888 | } |
| 889 | |
| 890 | function getMessage(context, v) { |
| 891 | var msg = context.msg; |
| 892 | if (typeof (msg) === "function") { |
| 893 | msg = msg(context, v); |
| 894 | } |
| 895 | return msg; |
| 896 | } |
| 897 | |
| 898 | proto.or = function () { |
| 899 | this._contexts.push(null); |
no outgoing calls
no test coverage detected