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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 26x 26x 2x 2x 26x 26x 2x 2x 17x 17x 2x 2x 2x 2x 2x 2x 20x 20x 2x 2x 20x 20x 2x 2x 13x 13x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x | // 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.TestIntfUserException = class extends Ice.UserException {
static get _parent() {
return Ice.UserException;
}
static get _ice_id() {
return "::Test::TestIntfUserException";
}
_mostDerivedType() {
return Test.TestIntfUserException;
}
};
Ice.defineClass(Test.TestIntfUserException, "::Test::TestIntfUserException");
Test.TestImpossibleException = class extends Ice.UserException {
static get _parent() {
return Ice.UserException;
}
static get _ice_id() {
return "::Test::TestImpossibleException";
}
_mostDerivedType() {
return Test.TestImpossibleException;
}
};
Ice.defineClass(Test.TestImpossibleException, "::Test::TestImpossibleException");
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", {
"requestFailedException": [, 0, , , , , , , ],
"unknownUserException": [, 0, , , , , , , ],
"unknownLocalException": [, 0, , , , , , , ],
"unknownException": [, 0, , , , , , , ],
"localException": [, 0, , , , , , , ],
"userException": [, 0, , , , , , , ],
"jsException": [, 0, , , , , , , ],
"unknownExceptionWithServantException": [, 0, , , , , , , ],
"impossibleException": [, 0, , [7], [[1]], ,
[
Test.TestImpossibleException
], , ],
"intfUserException": [, 0, , [7], [[1]], ,
[
Test.TestIntfUserException,
Test.TestImpossibleException
], , ],
"asyncResponse": [, 0, , , , ,
[
Test.TestIntfUserException,
Test.TestImpossibleException
], , ],
"asyncException": [, 0, , , , ,
[
Test.TestIntfUserException,
Test.TestImpossibleException
], , ],
"shutdown": [, 0, , , , , , , ]
});
const iceC_Test_TestActivation_ids = [
"::Ice::Object",
"::Test::TestActivation"
];
Test.TestActivation = class extends Ice.Object {};
Test.TestActivationPrx = class extends Ice.ObjectPrx {};
Ice.TypeRegistry.declareProxyType("Test.TestActivationPrx", Test.TestActivationPrx);
Ice.defineOperations(
Test.TestActivation,
Test.TestActivationPrx,
iceC_Test_TestActivation_ids,
"::Test::TestActivation", {
"activateServantLocator": [, 0, , , [[1]], , , , ]
});
const iceC_Test_Echo_ids = [
"::Ice::Object",
"::Test::Echo"
];
Test.Echo = class extends Ice.Object {};
Test.EchoPrx = class extends Ice.ObjectPrx {};
Ice.TypeRegistry.declareProxyType("Test.EchoPrx", Test.EchoPrx);
Ice.defineOperations(
Test.Echo,
Test.EchoPrx,
iceC_Test_Echo_ids,
"::Test::Echo", {
"setConnection": [, 0, , , , , , , ],
"startBatch": [, 0, , , , , , , ],
"flushBatch": [, 0, , , , , , , ],
"shutdown": [, 0, , , , , , , ]
});
|