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 04952fd commit 71c3d2eCopy full SHA for 71c3d2e
src/node_contextify.h
@@ -28,9 +28,6 @@ class ContextifyContext {
28
v8::Local<v8::Object> sandbox_obj, const ContextOptions& options);
29
static void Init(Environment* env, v8::Local<v8::Object> target);
30
31
- static bool AllowWasmCodeGeneration(
32
- v8::Local<v8::Context> context, v8::Local<v8::String>);
33
-
34
static ContextifyContext* ContextFromContextifiedSandbox(
35
Environment* env,
36
const v8::Local<v8::Object>& sandbox);
0 commit comments