We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8029a24 commit 30aceedCopy full SHA for 30aceed
src/node_contextify.h
@@ -15,10 +15,6 @@ struct ContextOptions {
15
};
16
17
class ContextifyContext {
18
- protected:
19
- Environment* const env_;
20
- Persistent<v8::Context> context_;
21
-
22
public:
23
ContextifyContext(Environment* env,
24
v8::Local<v8::Object> sandbox_obj,
@@ -97,6 +93,8 @@ class ContextifyContext {
97
93
static void IndexedPropertyDeleterCallback(
98
94
uint32_t index,
99
95
const v8::PropertyCallbackInfo<v8::Boolean>& args);
96
+ Environment* const env_;
+ Persistent<v8::Context> context_;
100
101
102
} // namespace contextify
0 commit comments