Lines Matching defs:const
3 const {
9 const {
16 const {
21 const {
28 const {
32 const isByteLengthQueuingStrategy =
35 const isCountQueuingStrategy =
51 const nameDescriptor = { __proto__: null, value: 'size' };
52 const byteSizeFunction = ObjectDefineProperty(
57 const countSizeFunction = ObjectDefineProperty(() => 1, 'name', nameDescriptor);
59 const getNonWritablePropertyDescriptor = (value) => {