We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e45b2 commit 1e60e0aCopy full SHA for 1e60e0a
src/node_contextify.h
@@ -29,9 +29,6 @@ class ContextifyContext {
29
v8::Local<v8::Object> sandbox_obj, const ContextOptions& options);
30
static void Init(Environment* env, v8::Local<v8::Object> target);
31
32
- static bool AllowWasmCodeGeneration(
33
- v8::Local<v8::Context> context, v8::Local<v8::String>);
34
-
35
static ContextifyContext* ContextFromContextifiedSandbox(
36
Environment* env,
37
const v8::Local<v8::Object>& sandbox);
0 commit comments