Searched refs:magic (Results 1 – 7 of 7) sorted by relevance
21 magic: typeof AFC_MAGIC; property403 const magic = data.slice(0, 8).toString('ascii'); constant404 if (magic !== AFC_MAGIC) {412 magic,453 const magic = Buffer.from(AFC_MAGIC); constant454 magic.copy(header);
23 const { magic, failed, failures, results } = JSON.parse(input);33 jestExpect(magic).toBe('[TEST-SUITE-END]');
141 magic: '[TEST-SUITE-INPROGRESS]', property162 magic: '[TEST-SUITE-END]', // NOTE: Runner/Run.js waits to see this property
1 …atform = searchParams.get('platform') ?? 'web';\n\n debug('Rewriting magic request url to ent…
141 // The RAM bundle has a magic number in the 4 first bytes `(0xFB0BD1E5)`.