@@ -3350,15 +3350,15 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
3350
3350
Isolate* isolate = isolate_data->isolate ();
3351
3351
3352
3352
SetMethod (isolate, target, " access" , Access);
3353
- SetMethodNoSideEffect (isolate, target, " accessSync" , AccessSync);
3353
+ SetMethod (isolate, target, " accessSync" , AccessSync);
3354
3354
SetMethod (isolate, target, " close" , Close);
3355
3355
SetMethod (isolate, target, " closeSync" , CloseSync);
3356
- SetMethodNoSideEffect (isolate, target, " existsSync" , ExistsSync);
3356
+ SetMethod (isolate, target, " existsSync" , ExistsSync);
3357
3357
SetMethod (isolate, target, " open" , Open);
3358
3358
SetMethod (isolate, target, " openSync" , OpenSync);
3359
3359
SetMethod (isolate, target, " openFileHandle" , OpenFileHandle);
3360
3360
SetMethod (isolate, target, " read" , Read);
3361
- SetMethodNoSideEffect (isolate, target, " readFileUtf8" , ReadFileUtf8);
3361
+ SetMethod (isolate, target, " readFileUtf8" , ReadFileUtf8);
3362
3362
SetMethod (isolate, target, " readBuffers" , ReadBuffers);
3363
3363
SetMethod (isolate, target, " fdatasync" , Fdatasync);
3364
3364
SetMethod (isolate, target, " fsync" , Fsync);
@@ -3384,7 +3384,7 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
3384
3384
SetMethod (isolate, target, " writeString" , WriteString);
3385
3385
SetMethod (isolate, target, " realpath" , RealPath);
3386
3386
SetMethod (isolate, target, " copyFile" , CopyFile);
3387
- SetMethodNoSideEffect (isolate, target, " copyFileSync" , CopyFileSync);
3387
+ SetMethod (isolate, target, " copyFileSync" , CopyFileSync);
3388
3388
3389
3389
SetMethod (isolate, target, " chmod" , Chmod);
3390
3390
SetMethod (isolate, target, " fchmod" , FChmod);
0 commit comments