mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +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>
|
#include <AK/Types.h>
|
||||||
|
|
||||||
|
namespace JS {
|
||||||
|
|
||||||
class CanonicalIndex {
|
class CanonicalIndex {
|
||||||
public:
|
public:
|
||||||
enum class Type {
|
enum class Type {
|
||||||
|
@ -35,3 +37,5 @@ private:
|
||||||
Type m_type;
|
Type m_type;
|
||||||
u32 m_index;
|
u32 m_index;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue