mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibJS: Remove ErrorType::NotA and ErrorType::NotAn
This commit is contained in:
parent
470262c8ab
commit
6d55e0572d
Notes:
sideshowbarker
2024-07-18 04:14:21 +09:00
Author: https://github.com/trflynn89
Commit: 6d55e0572d
Pull-request: https://github.com/SerenityOS/serenity/pull/9975
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 2 deletions
|
@ -57,11 +57,9 @@
|
|||
M(JsonMalformed, "Malformed JSON string") \
|
||||
M(NegativeExponent, "Exponent must be positive") \
|
||||
M(NonExtensibleDefine, "Cannot define property {} on non-extensible object") \
|
||||
M(NotA, "Not an object of type {}") \
|
||||
M(NotAConstructor, "{} is not a constructor") \
|
||||
M(NotAFunction, "{} is not a function") \
|
||||
M(NotAFunctionNoParam, "Not a function") \
|
||||
M(NotAn, "Not an {} object") \
|
||||
M(NotAnObject, "{} is not an object") \
|
||||
M(NotAnObjectOfType, "Not an object of type {}") \
|
||||
M(NotAnObjectOrNull, "{} is neither an object nor null") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue