Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // Copyright (c) ZeroC, Inc.
// slice2js version 3.9.0-alpha.0
// <auto-generated>Generated from Slice file 'Test.ice'.</auto-generated>
/* eslint-disable */
/* jshint ignore: start */
import { Ice } from "@zeroc/ice";
export const Test = {};
Test.TestIntfException = class extends Ice.UserException {
static get _parent() {
return Ice.UserException;
}
static get _ice_id() {
return "::Test::TestIntfException";
}
_mostDerivedType() {
return Test.TestIntfException;
}
};
Ice.defineClass(Test.TestIntfException, "::Test::TestIntfException");
const iceC_Test_PingReply_ids = [
"::Ice::Object",
"::Test::PingReply"
];
Test.PingReply = class extends Ice.Object {};
Test.PingReplyPrx = class extends Ice.ObjectPrx {};
Ice.TypeRegistry.declareProxyType("Test.PingReplyPrx", Test.PingReplyPrx);
Ice.defineOperations(
Test.PingReply,
Test.PingReplyPrx,
iceC_Test_PingReply_ids,
"::Test::PingReply", {
"reply": [, 0, , , , , , , ]
});
const iceC_Test_TestIntf_ids = [
"::Ice::Object",
"::Test::TestIntf"
];
Test.TestIntf = class extends Ice.Object {};
Test.TestIntfPrx = class extends Ice.ObjectPrx {};
Ice.TypeRegistry.declareProxyType("Test.TestIntfPrx", Test.TestIntfPrx);
Ice.defineOperations(
Test.TestIntf,
Test.TestIntfPrx,
iceC_Test_TestIntf_ids,
"::Test::TestIntf", {
"op": [, 0, , , , , , , ],
"opWithPayload": [, 0, , , [[Ice.ByteSeqHelper]], , , , ],
"opWithResult": [, 0, , [3], , , , , ],
"opWithUE": [, 0, , , , ,
[
Test.TestIntfException
], , ],
"opBatch": [, 0, , , , , , , ],
"opBatchCount": [, 0, , [3], , , , , ],
"waitForBatch": [, 0, , [1], [[3]], , , , ],
"closeConnection": [, 0, , , , , , , ],
"abortConnection": [, 0, , , , , , , ],
"sleep": [, 0, , , [[3]], , , , ],
"startDispatch": [, 0, , , , , , , ],
"finishDispatch": [, 0, , , , , , , ],
"shutdown": [, 0, , , , , , , ],
"supportsFunctionalTests": [, 0, , [1], , , , , ],
"pingBiDir": [, 0, , , [["Test.PingReplyPrx"]], , , , ]
});
const iceC_Test_TestIntfController_ids = [
"::Ice::Object",
"::Test::TestIntfController"
];
Test.TestIntfController = class extends Ice.Object {};
Test.TestIntfControllerPrx = class extends Ice.ObjectPrx {};
Ice.TypeRegistry.declareProxyType("Test.TestIntfControllerPrx", Test.TestIntfControllerPrx);
Ice.defineOperations(
Test.TestIntfController,
Test.TestIntfControllerPrx,
iceC_Test_TestIntfController_ids,
"::Test::TestIntfController", {
"holdAdapter": [, 0, , , , , , , ],
"resumeAdapter": [, 0, , , , , , , ]
});
|