File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,7 @@ class ContextifyScript : public BaseObject {
148148 static void RegisterExternalReferences (ExternalReferenceRegistry* registry);
149149 static void New (const v8::FunctionCallbackInfo<v8::Value>& args);
150150 static bool InstanceOf (Environment* env, const v8::Local<v8::Value>& args);
151- static void CreateCachedData (
152- const v8::FunctionCallbackInfo<v8::Value>& args);
153- static void RunInThisContext (const v8::FunctionCallbackInfo<v8::Value>& args);
151+ static void CreateCachedData (const v8::FunctionCallbackInfo<v8::Value>& args);
154152 static void RunInContext (const v8::FunctionCallbackInfo<v8::Value>& args);
155153 static bool EvalMachine (Environment* env,
156154 const int64_t timeout,
You can’t perform that action at this time.
0 commit comments