{"record":{"id":"9b5ecc99486e7150","repo":"emberjs/ember.js","slug":"neq-expects-exactly-two-arguments-but-received","errorCode":null,"errorMessage":"`neq` expects exactly two arguments, but received ${arguments.length}.","messagePattern":"`neq` expects exactly two arguments, but received (.+?)\\.","errorType":"validation","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/@glimmer/runtime/lib/helpers/neq.ts","lineNumber":10,"sourceCode":"import { DEBUG } from '@glimmer/env';\n\n/**\n * Performs a strict inequality comparison.\n *\n * left !== right\n */\nexport function neq(left: unknown, right: unknown) {\n  if (DEBUG && arguments.length !== 2) {\n    throw new Error(`\\`neq\\` expects exactly two arguments, but received ${arguments.length}.`);\n  }\n\n  return left !== right;\n}\n","sourceCodeStart":1,"sourceCodeEnd":15,"githubUrl":"https://github.com/emberjs/ember.js/blob/26f97246a8bf2e28edf26ac3093da2e86c04ffc5/packages/@glimmer/runtime/lib/helpers/neq.ts#L1-L15","documentation":"Error \"`neq` expects exactly two arguments, but received ${arguments.length}.\" thrown in emberjs/ember.js.","triggerScenarios":"Thrown at packages/@glimmer/runtime/lib/helpers/neq.ts:10 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"26f97246a8bf2e28edf26ac3093da2e86c04ffc5","analyzedAt":"2026-09-01T05:01:28.182Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-08T10:18:20.063Z"}