• Home
  • Raw
  • Download

Lines Matching refs:T

251 #define MESSAGE_TEMPLATES(T)                                                   \  argument
253 T(None, "") \
254 T(CyclicProto, "Cyclic __proto__ value") \
255 T(Debugger, "Debugger: %") \
256 T(DebuggerLoading, "Error loading debugger") \
257 T(DefaultOptionsMissing, "Internal % error. Default options are missing.") \
258 T(UncaughtException, "Uncaught %") \
259 T(Unsupported, "Not supported") \
260 T(WrongServiceType, "Internal error, wrong service type: %") \
261 T(WrongValueType, "Internal error. Wrong value type.") \
263 T(ApplyNonFunction, \
266 T(ArrayBufferTooShort, \
268 T(ArrayBufferSpeciesThis, \
270 T(ArrayFunctionsOnFrozen, "Cannot modify frozen array elements") \
271 T(ArrayFunctionsOnSealed, "Cannot add/remove sealed array elements") \
272 T(AtomicsWaitNotAllowed, "Atomics.wait cannot be called in this context") \
273 T(CalledNonCallable, "% is not a function") \
274 T(CalledOnNonObject, "% called on non-object") \
275 T(CalledOnNullOrUndefined, "% called on null or undefined") \
276 T(CallSiteExpectsFunction, \
279 T(CallSiteMethod, "CallSite method % expects CallSite as receiver") \
280 T(CannotConvertToPrimitive, "Cannot convert object to primitive value") \
281 T(CannotPreventExt, "Cannot prevent extensions") \
282 T(CannotFreezeArrayBufferView, \
284 T(CircularStructure, "Converting circular structure to JSON") \
285 T(ConstructAbstractClass, "Abstract class % not directly constructable") \
286 T(ConstAssign, "Assignment to constant variable.") \
287 T(ConstructorNonCallable, \
289 T(ConstructorNotFunction, "Constructor % requires 'new'") \
290 T(ConstructorNotReceiver, "The .constructor property is not an object") \
291 T(CurrencyCode, "Currency code is required with currency style.") \
292 T(CyclicModuleDependency, "Detected cycle while resolving name '%'") \
293 T(DataViewNotArrayBuffer, \
295 T(DateType, "this is not a Date object.") \
296 T(DebuggerFrame, "Debugger: Invalid frame index.") \
297 T(DebuggerType, "Debugger: Parameters have wrong types.") \
298 T(DeclarationMissingInitializer, "Missing initializer in % declaration") \
299 T(DefineDisallowed, "Cannot define property %, object is not extensible") \
300 T(DetachedOperation, "Cannot perform % on a detached ArrayBuffer") \
301 T(DuplicateTemplateProperty, "Object template has duplicate property '%'") \
302 T(ExtendsValueNotConstructor, \
304 T(FirstArgumentNotRegExp, \
306 T(FunctionBind, "Bind must be called on a function") \
307 T(GeneratorRunning, "Generator is already running") \
308 T(IllegalInvocation, "Illegal invocation") \
309 T(ImmutablePrototypeSet, \
311 T(ImportCallNotNewExpression, "Cannot use new with import") \
312 T(IncompatibleMethodReceiver, "Method % called on incompatible receiver %") \
313 T(InstanceofNonobjectProto, \
315 T(InvalidArgument, "invalid_argument") \
316 T(InvalidInOperatorUse, "Cannot use 'in' operator to search for '%' in %") \
317 T(InvalidRegExpExecResult, \
319 T(IteratorResultNotAnObject, "Iterator result % is not an object") \
320 T(IteratorValueNotAnObject, "Iterator value % is not an entry object") \
321 T(LanguageID, "Language ID should be string or object.") \
322 T(MethodCalledOnWrongObject, \
324 T(MethodInvokedOnNullOrUndefined, \
326 T(MethodInvokedOnWrongType, "Method invoked on an object that is not %.") \
327 T(NoAccess, "no access") \
328 T(NonCallableInInstanceOfCheck, \
330 T(NonCoercible, "Cannot match against 'undefined' or 'null'.") \
331 T(NonExtensibleProto, "% is not extensible") \
332 T(NonObjectInInstanceOfCheck, \
334 T(NonObjectPropertyLoad, "Cannot read property '%' of %") \
335 T(NonObjectPropertyStore, "Cannot set property '%' of %") \
336 T(NoSetterInCallback, "Cannot set property % of % which has only a getter") \
337 T(NotAnIterator, "% is not an iterator") \
338 T(NotAPromise, "% is not a promise") \
339 T(NotConstructor, "% is not a constructor") \
340 T(NotDateObject, "this is not a Date object.") \
341 T(NotIntlObject, "% is not an i18n object.") \
342 T(NotGeneric, "% is not generic") \
343 T(NotIterable, "% is not iterable") \
344 T(NotPropertyName, "% is not a valid property name") \
345 T(NotTypedArray, "this is not a typed array.") \
346 T(NotSuperConstructor, "Super constructor % of % is not a constructor") \
347 T(NotSuperConstructorAnonymousClass, \
349 T(NotIntegerSharedTypedArray, "% is not an integer shared typed array.") \
350 T(NotInt32SharedTypedArray, "% is not an int32 shared typed array.") \
351 T(ObjectGetterExpectingFunction, \
353 T(ObjectGetterCallable, "Getter must be a function: %") \
354 T(ObjectNotExtensible, "Cannot add property %, object is not extensible") \
355 T(ObjectSetterExpectingFunction, \
357 T(ObjectSetterCallable, "Setter must be a function: %") \
358 T(OrdinaryFunctionCalledAsConstructor, \
360 T(PromiseCyclic, "Chaining cycle detected for promise %") \
361 T(PromiseExecutorAlreadyInvoked, \
363 T(PromiseNonCallable, "Promise resolve or reject function is not callable") \
364 T(PropertyDescObject, "Property description must be an object: %") \
365 T(PropertyNotFunction, \
367 T(ProtoObjectOrNull, "Object prototype may only be an Object or null: %") \
368 T(PrototypeParentNotAnObject, \
370 T(ProxyConstructNonObject, \
372 T(ProxyDefinePropertyNonConfigurable, \
376 T(ProxyDefinePropertyNonExtensible, \
379 T(ProxyDefinePropertyIncompatible, \
382 T(ProxyDeletePropertyNonConfigurable, \
385 T(ProxyGetNonConfigurableData, \
389 T(ProxyGetNonConfigurableAccessor, \
393 T(ProxyGetOwnPropertyDescriptorIncompatible, \
397 T(ProxyGetOwnPropertyDescriptorInvalid, \
400 T(ProxyGetOwnPropertyDescriptorNonConfigurable, \
404 T(ProxyGetOwnPropertyDescriptorNonExtensible, \
407 T(ProxyGetOwnPropertyDescriptorUndefined, \
410 T(ProxyGetPrototypeOfInvalid, \
412 T(ProxyGetPrototypeOfNonExtensible, \
415 T(ProxyHandlerOrTargetRevoked, \
417 T(ProxyHasNonConfigurable, \
420 T(ProxyHasNonExtensible, \
423 T(ProxyIsExtensibleInconsistent, \
426 T(ProxyNonObject, \
428 T(ProxyOwnKeysMissing, \
430 T(ProxyOwnKeysNonExtensible, \
433 T(ProxyPreventExtensionsExtensible, \
436 T(ProxyPrivate, "Cannot pass private property name to proxy trap") \
437 T(ProxyRevoked, "Cannot perform '%' on a proxy that has been revoked") \
438 T(ProxySetFrozenData, \
442 T(ProxySetFrozenAccessor, \
446 T(ProxySetPrototypeOfNonExtensible, \
449 T(ProxyTrapReturnedFalsish, "'%' on proxy: trap returned falsish") \
450 T(ProxyTrapReturnedFalsishFor, \
452 T(ReadGlobalReferenceThroughProxy, "Trying to access '%' through proxy") \
453 T(RedefineDisallowed, "Cannot redefine property: %") \
454 T(RedefineExternalArray, \
456 T(ReduceNoInitial, "Reduce of empty array with no initial value") \
457 T(RegExpFlags, \
459 T(RegExpNonObject, "% getter called on non-object %") \
460 T(RegExpNonRegExp, "% getter called on non-RegExp object") \
461 T(ReinitializeIntl, "Trying to re-initialize % object.") \
462 T(ResolverNotAFunction, "Promise resolver % is not a function") \
463 T(RestrictedFunctionProperties, \
466 T(ReturnMethodNotCallable, "The iterator's 'return' method is not callable") \
467 T(StaticPrototype, "Classes may not have static property named prototype") \
468 T(StrictCannotAssign, "Cannot assign to read only '%' in strict mode") \
469 T(StrictDeleteProperty, "Cannot delete property '%' of %") \
470 T(StrictPoisonPill, \
473 T(StrictReadOnlyProperty, \
475 T(StrictCannotCreateProperty, "Cannot create property '%' on % '%'") \
476 T(SymbolIteratorInvalid, \
478 T(SymbolAsyncIteratorInvalid, \
480 T(SymbolKeyFor, "% is not a symbol") \
481 T(SymbolToNumber, "Cannot convert a Symbol value to a number") \
482 T(SymbolToString, "Cannot convert a Symbol value to a string") \
483 T(ThrowMethodMissing, "The iterator does not provide a 'throw' method.") \
484 T(UndefinedOrNullToObject, "Cannot convert undefined or null to object") \
485 T(ValueAndAccessor, \
488 T(VarRedeclaration, "Identifier '%' has already been declared") \
489 T(WrongArgs, "%: Arguments list has wrong type") \
491 T(NotDefined, "% is not defined") \
492 T(SuperAlreadyCalled, "Super constructor may only be called once") \
493 T(UnsupportedSuper, "Unsupported reference to 'super'") \
495 T(DateRange, "Provided date is not in valid range.") \
496 T(ExpectedTimezoneID, \
498 T(ExpectedLocation, \
501 T(InvalidArrayBufferLength, "Invalid array buffer length") \
502 T(ArrayBufferAllocationFailed, "Array buffer allocation failed") \
503 T(InvalidArrayLength, "Invalid array length") \
504 T(InvalidAtomicAccessIndex, "Invalid atomic access index") \
505 T(InvalidCodePoint, "Invalid code point %") \
506 T(InvalidCountValue, "Invalid count value") \
507 T(InvalidCurrencyCode, "Invalid currency code: %") \
508 T(InvalidDataViewAccessorOffset, \
510 T(InvalidDataViewLength, "Invalid DataView length %") \
511 T(InvalidOffset, "Start offset % is outside the bounds of the buffer") \
512 T(InvalidHint, "Invalid hint: %") \
513 T(InvalidLanguageTag, "Invalid language tag: %") \
514 T(InvalidWeakMapKey, "Invalid value used as weak map key") \
515 T(InvalidWeakSetValue, "Invalid value used in weak set") \
516 T(InvalidStringLength, "Invalid string length") \
517 T(InvalidTimeValue, "Invalid time value") \
518 T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \
519 T(InvalidTypedArrayIndex, "Invalid typed array index") \
520 T(InvalidTypedArrayLength, "Invalid typed array length") \
521 T(LetInLexicalBinding, "let is disallowed as a lexically bound name") \
522 T(LocaleMatcher, "Illegal value for localeMatcher:%") \
523 T(NormalizationForm, "The normalization form should be one of %.") \
524 T(NumberFormatRange, "% argument must be between 0 and 20") \
525 T(PropertyValueOutOfRange, "% value is out of range.") \
526 T(StackOverflow, "Maximum call stack size exceeded") \
527 T(ToPrecisionFormatRange, "toPrecision() argument must be between 1 and 21") \
528 T(ToRadixFormatRange, "toString() radix argument must be between 2 and 36") \
529 T(TypedArraySetNegativeOffset, "Start offset is negative") \
530 T(TypedArraySetSourceTooLarge, "Source is too large") \
531 T(UnsupportedTimeZone, "Unsupported time zone specified %") \
532 T(ValueOutOfRange, "Value % out of range for % options property %") \
534 T(AmbiguousExport, \
536 T(BadGetterArity, "Getter must not have any formal parameters.") \
537 T(BadSetterArity, "Setter must have exactly one formal parameter.") \
538 T(ConstructorIsAccessor, "Class constructor may not be an accessor") \
539 T(ConstructorIsGenerator, "Class constructor may not be a generator") \
540 T(ConstructorIsAsync, "Class constructor may not be an async method") \
541 T(DerivedConstructorReturn, \
543 T(DuplicateConstructor, "A class may only have one constructor") \
544 T(DuplicateExport, "Duplicate export of '%'") \
545 T(DuplicateProto, \
547 T(ForInOfLoopInitializer, \
549 T(ForInOfLoopMultiBindings, \
551 T(GeneratorInLegacyContext, \
553 T(IllegalBreak, "Illegal break statement") \
554 T(IllegalContinue, "Illegal continue statement") \
555 T(IllegalLanguageModeDirective, \
557 T(IllegalReturn, "Illegal return statement") \
558 T(InvalidEscapedReservedWord, "Keyword must not contain escaped characters") \
559 T(InvalidEscapedMetaProperty, "'%' must not contain escaped characters") \
560 T(InvalidLhsInAssignment, "Invalid left-hand side in assignment") \
561 T(InvalidCoverInitializedName, "Invalid shorthand property initializer") \
562 T(InvalidDestructuringTarget, "Invalid destructuring assignment target") \
563 T(InvalidLhsInFor, "Invalid left-hand side in for-loop") \
564 T(InvalidLhsInPostfixOp, \
566 T(InvalidLhsInPrefixOp, \
568 T(InvalidRegExpFlags, "Invalid flags supplied to RegExp constructor '%'") \
569 T(InvalidOrUnexpectedToken, "Invalid or unexpected token") \
570 T(JsonParseUnexpectedEOS, "Unexpected end of JSON input") \
571 T(JsonParseUnexpectedToken, "Unexpected token % in JSON at position %") \
572 T(JsonParseUnexpectedTokenNumber, "Unexpected number in JSON at position %") \
573 T(JsonParseUnexpectedTokenString, "Unexpected string in JSON at position %") \
574 T(LabelRedeclaration, "Label '%' has already been declared") \
575 T(LabelledFunctionDeclaration, \
578 T(MalformedArrowFunParamList, "Malformed arrow function parameter list") \
579 T(MalformedRegExp, "Invalid regular expression: /%/: %") \
580 T(MalformedRegExpFlags, "Invalid regular expression flags") \
581 T(ModuleExportUndefined, "Export '%' is not defined in module") \
582 T(MultipleDefaultsInSwitch, \
584 T(NewlineAfterThrow, "Illegal newline after throw") \
585 T(NoCatchOrFinally, "Missing catch or finally after try") \
586 T(NotIsvar, "builtin %%IS_VAR: not a variable") \
587 T(ParamAfterRest, "Rest parameter must be last formal parameter") \
588 T(PushPastSafeLength, \
591 T(ElementAfterRest, "Rest element must be last element") \
592 T(BadSetterRestParameter, \
594 T(ParamDupe, "Duplicate parameter name not allowed in this context") \
595 T(ParenthesisInArgString, "Function arg string contains parenthesis") \
596 T(ArgStringTerminatesParametersEarly, \
598 T(UnexpectedEndOfArgString, "Unexpected end of arg string") \
599 T(RuntimeWrongNumArgs, "Runtime function given wrong number of arguments") \
600 T(SingleFunctionLiteral, "Single function literal required") \
601 T(SloppyFunction, \
604 T(SpeciesNotConstructor, \
606 T(StrictDelete, "Delete of an unqualified identifier in strict mode.") \
607 T(StrictEvalArguments, "Unexpected eval or arguments in strict mode") \
608 T(StrictFunction, \
611 T(StrictOctalLiteral, "Octal literals are not allowed in strict mode.") \
612 T(StrictDecimalWithLeadingZero, \
614 T(StrictOctalEscape, \
616 T(StrictWith, "Strict mode code may not include a with statement") \
617 T(TemplateOctalLiteral, \
619 T(ThisFormalParameter, "'this' is not a valid formal parameter name") \
620 T(AwaitBindingIdentifier, \
622 T(AwaitExpressionFormalParameter, \
624 T(TooManyArguments, \
626 T(TooManyParameters, \
628 T(TooManySpreads, \
630 T(TooManyVariables, "Too many variables declared (only 4194303 allowed)") \
631 T(TypedArrayTooShort, \
633 T(UnexpectedEOS, "Unexpected end of input") \
634 T(UnexpectedFunctionSent, \
636 T(UnexpectedReserved, "Unexpected reserved word") \
637 T(UnexpectedStrictReserved, "Unexpected strict mode reserved word") \
638 T(UnexpectedSuper, "'super' keyword unexpected here") \
639 T(UnexpectedNewTarget, "new.target expression is not allowed here") \
640 T(UnexpectedTemplateString, "Unexpected template string") \
641 T(UnexpectedToken, "Unexpected token %") \
642 T(UnexpectedTokenIdentifier, "Unexpected identifier") \
643 T(UnexpectedTokenNumber, "Unexpected number") \
644 T(UnexpectedTokenString, "Unexpected string") \
645 T(UnexpectedTokenRegExp, "Unexpected regular expression") \
646 T(UnexpectedLexicalDeclaration, \
648 T(UnknownLabel, "Undefined label '%'") \
649 T(UnresolvableExport, \
651 T(UnterminatedArgList, "missing ) after argument list") \
652 T(UnterminatedRegExp, "Invalid regular expression: missing /") \
653 T(UnterminatedTemplate, "Unterminated template literal") \
654 T(UnterminatedTemplateExpr, "Missing } in template expression") \
655 T(FoundNonCallableHasInstance, "Found non-callable @@hasInstance") \
656 T(InvalidHexEscapeSequence, "Invalid hexadecimal escape sequence") \
657 T(InvalidUnicodeEscapeSequence, "Invalid Unicode escape sequence") \
658 T(UndefinedUnicodeCodePoint, "Undefined Unicode code-point") \
659 T(YieldInParameter, "Yield expression not allowed in formal parameter") \
661 T(CodeGenFromStrings, "%") \
662 T(NoSideEffectDebugEvaluate, "Possible side-effect in debug-evaluate") \
664 T(URIMalformed, "URI malformed") \
666 T(WasmTrapUnreachable, "unreachable") \
667 T(WasmTrapMemOutOfBounds, "memory access out of bounds") \
668 T(WasmTrapDivByZero, "divide by zero") \
669 T(WasmTrapDivUnrepresentable, "divide result unrepresentable") \
670 T(WasmTrapRemByZero, "remainder by zero") \
671 T(WasmTrapFloatUnrepresentable, "integer result unrepresentable") \
672 T(WasmTrapFuncInvalid, "invalid function") \
673 T(WasmTrapFuncSigMismatch, "function signature mismatch") \
674 T(WasmTrapInvalidIndex, "invalid index into function table") \
675 T(WasmTrapTypeError, "invalid type") \
677 T(AsmJsInvalid, "Invalid asm.js: %") \
678 T(AsmJsCompiled, "Converted asm.js to WebAssembly: %") \
679 T(AsmJsInstantiated, "Instantiated asm.js: %") \
681 T(DataCloneError, "% could not be cloned.") \
682 T(DataCloneErrorOutOfMemory, "Data cannot be cloned, out of memory.") \
683 T(DataCloneErrorNeuteredArrayBuffer, \
685 T(DataCloneErrorSharedArrayBufferTransferred, \
688 T(DataCloneDeserializationError, "Unable to deserialize cloned data.") \
689 T(DataCloneDeserializationVersionError, \