mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
LibJS: Put CanonicalIndex in the JS namespace
This commit is contained in:
parent
8f1f794bbd
commit
8f46cb83c7
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
class CanonicalIndex {
|
||||
public:
|
||||
enum class Type {
|
||||
|
@ -35,3 +37,5 @@ private:
|
|||
Type m_type;
|
||||
u32 m_index;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue