All files / src/Ice PropertyDict.js

100% Statements 21/21
100% Branches 1/1
100% Functions 0/0
100% Lines 21/21

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 2241x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x  
// Copyright (c) ZeroC, Inc.
 
// slice2js version 3.8.0-alpha.0
// <auto-generated>Generated from Slice file 'PropertyDict.ice'.</auto-generated>
 
/* eslint-disable */
/* jshint ignore: start */
 
import * as Ice_HashMap from "../Ice/HashMap.js";
import * as Ice_HashUtil from "../Ice/HashUtil.js";
import * as Ice_StreamHelpers from "../Ice/StreamHelpers.js";
 
const Ice = {
    ...Ice_HashMap,
    ...Ice_HashUtil,
    ...Ice_StreamHelpers,
};
 
export { Ice };
 
[Ice.PropertyDict, Ice.PropertyDictHelper] = Ice.defineDictionary(Ice.StringHelper, Ice.StringHelper, false, undefined);