@@ -3382,15 +3382,15 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
3382
3382
Isolate* isolate = isolate_data->isolate ();
3383
3383
3384
3384
SetMethod (isolate, target, " access" , Access);
3385
- SetMethodNoSideEffect (isolate, target, " accessSync" , AccessSync);
3385
+ SetMethod (isolate, target, " accessSync" , AccessSync);
3386
3386
SetMethod (isolate, target, " close" , Close);
3387
3387
SetMethod (isolate, target, " closeSync" , CloseSync);
3388
- SetMethodNoSideEffect (isolate, target, " existsSync" , ExistsSync);
3388
+ SetMethod (isolate, target, " existsSync" , ExistsSync);
3389
3389
SetMethod (isolate, target, " open" , Open);
3390
3390
SetMethod (isolate, target, " openSync" , OpenSync);
3391
3391
SetMethod (isolate, target, " openFileHandle" , OpenFileHandle);
3392
3392
SetMethod (isolate, target, " read" , Read);
3393
- SetMethodNoSideEffect (isolate, target, " readFileUtf8" , ReadFileUtf8);
3393
+ SetMethod (isolate, target, " readFileUtf8" , ReadFileUtf8);
3394
3394
SetMethod (isolate, target, " readBuffers" , ReadBuffers);
3395
3395
SetMethod (isolate, target, " fdatasync" , Fdatasync);
3396
3396
SetMethod (isolate, target, " fsync" , Fsync);
@@ -3417,7 +3417,7 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
3417
3417
SetMethod (isolate, target, " writeString" , WriteString);
3418
3418
SetMethod (isolate, target, " realpath" , RealPath);
3419
3419
SetMethod (isolate, target, " copyFile" , CopyFile);
3420
- SetMethodNoSideEffect (isolate, target, " copyFileSync" , CopyFileSync);
3420
+ SetMethod (isolate, target, " copyFileSync" , CopyFileSync);
3421
3421
3422
3422
SetMethod (isolate, target, " chmod" , Chmod);
3423
3423
SetMethod (isolate, target, " fchmod" , FChmod);
0 commit comments