26 matches across 1 files for error lang:JavaScript lang:JavaScript path:src/librustdoc/html/static/js/stringdex.js
snippet_mode: grep · sorted by relevance
src/librustdoc/html/static/js/stringdex.js JAVASCRIPT 26 matches · showing 5 view file →
192 const has_runs = u8array[i] === 0x3b;
193 if (u8array[i] !== 0x3a && u8array[i] !== 0x3b) {
194 throw new Error("not a roaring bitmap: " + u8array[i]);
195 }
196 const size = has_runs ?
· · ·
220 for (let j = 0; j < size; ++j) {
221 if (offsets && offsets[j] !== i - start) {
222 throw new Error(`corrupt bitmap ${j}: ${i - start} / ${offsets[j]}`);
223 }
224 const cardinality = (this.keysAndCardinalities[(j * 4) + 2] |
· · ·
1341 /** @returns {Generator<[number, Promise<ST>|null]>} */
1342 entries() {
1343 throw new Error();
1344 }
1345 /**
· · ·
1348 */
1349 getIndex(_k) {
1350 throw new Error();
1351 }
1352 /**
· · ·
1355 */
1356 getKey(_i) {
1357 throw new Error();
1358 }
1359 /**
+ 21 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.