MCPcopy Create free account
hub / github.com/evi0s/WMPFDebugger / WARemoteDebug_AddJsContext

Function WARemoteDebug_AddJsContext

src/third-party/WARemoteDebugProtobuf.js:11623–11628  ·  view source on GitHub ↗

* Constructs a new WARemoteDebug_AddJsContext. * @memberof mmbizwxadevremote * @classdesc Represents a WARemoteDebug_AddJsContext. * @constructor * @param {mmbizwxadevremote.IWARemoteDebug_AddJsContext=} [properties] Properties to set

(properties)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected