* Constructs a new WARemoteDebug_AddJsContext. * @memberof mmbizwxadevremote * @classdesc Represents a WARemoteDebug_AddJsContext. * @constructor * @param {mmbizwxadevremote.IWARemoteDebug_AddJsContext=} [properties] Properties to set
(properties)
| 11621 | * @param {mmbizwxadevremote.IWARemoteDebug_AddJsContext=} [properties] Properties to set |
| 11622 | */ |
| 11623 | function WARemoteDebug_AddJsContext(properties) { |
| 11624 | if (properties) |
| 11625 | for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) |
| 11626 | if (properties[keys[i]] != null) |
| 11627 | this[keys[i]] = properties[keys[i]]; |
| 11628 | } |
| 11629 | |
| 11630 | /** |
| 11631 | * WARemoteDebug_AddJsContext jscontextId. |
nothing calls this directly
no outgoing calls
no test coverage detected