mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:37:34 +00:00
LibJS: Implement typeof operator
This commit is contained in:
parent
0a71533aff
commit
46a897b59b
4 changed files with 27 additions and 1 deletions
|
@ -309,6 +309,7 @@ private:
|
|||
enum class UnaryOp {
|
||||
BitwiseNot,
|
||||
Not,
|
||||
Typeof,
|
||||
};
|
||||
|
||||
class UnaryExpression : public Expression {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue