LeviLamina
Loading...
Searching...
No Matches
JSPropertyDescriptor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSPropertyDescriptor {
6public:
7 // member variables
8 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 JSPropertyDescriptor& operator=(JSPropertyDescriptor const&);
18 JSPropertyDescriptor(JSPropertyDescriptor const&);
19 JSPropertyDescriptor();
20};
Definition Alias.h:14