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 {
148
148
static void RegisterExternalReferences (ExternalReferenceRegistry* registry);
149
149
static void New (const v8::FunctionCallbackInfo<v8::Value>& args);
150
150
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);
154
152
static void RunInContext (const v8::FunctionCallbackInfo<v8::Value>& args);
155
153
static bool EvalMachine (Environment* env,
156
154
const int64_t timeout,
You can’t perform that action at this time.
0 commit comments