MCPcopy Create free account
hub / github.com/cxapython/catvm / R

Function R

xiaohongshu/test.js:1238–1242  ·  view source on GitHub ↗
(e, t, n, r)

Source from the content-addressed store, hash-verified

1236 throw new RangeError("Index out of range")
1237 }
1238 function R(e, t, n, r) {
1239 t < 0 && (t = 65535 + t + 1);
1240 for (var i = 0, o = Math.min(e.length - n, 2); i < o; ++i)
1241 e[n + i] = (t & 255 << 8 * (r ? i : 1 - i)) >>> 8 * (r ? i : 1 - i)
1242 }
1243 function j(e, t, n, r) {
1244 t < 0 && (t = 4294967295 + t + 1);
1245 for (var i = 0, o = Math.min(e.length - n, 4); i < o; ++i)

Callers 1

test.jsFile · 0.70

Calls 2

SFunction · 0.70
BFunction · 0.70

Tested by

no test coverage detected