LeviLamina
Loading...
Searching...
No Matches
JSContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct JSContext {
6public:
7 // member variables
8 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // prevent constructor by default
40 JSContext& operator=(JSContext const&);
41 JSContext(JSContext const&);
42 JSContext();
43};
Definition Alias.h:14