@@ -3417,15 +3417,15 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
34173417 Isolate* isolate = isolate_data->isolate ();
34183418
34193419 SetMethod (isolate, target, " access" , Access);
3420- SetMethodNoSideEffect (isolate, target, " accessSync" , AccessSync);
3420+ SetMethod (isolate, target, " accessSync" , AccessSync);
34213421 SetMethod (isolate, target, " close" , Close);
34223422 SetMethod (isolate, target, " closeSync" , CloseSync);
3423- SetMethodNoSideEffect (isolate, target, " existsSync" , ExistsSync);
3423+ SetMethod (isolate, target, " existsSync" , ExistsSync);
34243424 SetMethod (isolate, target, " open" , Open);
34253425 SetMethod (isolate, target, " openSync" , OpenSync);
34263426 SetMethod (isolate, target, " openFileHandle" , OpenFileHandle);
34273427 SetMethod (isolate, target, " read" , Read);
3428- SetMethodNoSideEffect (isolate, target, " readFileUtf8" , ReadFileUtf8);
3428+ SetMethod (isolate, target, " readFileUtf8" , ReadFileUtf8);
34293429 SetMethod (isolate, target, " readBuffers" , ReadBuffers);
34303430 SetMethod (isolate, target, " fdatasync" , Fdatasync);
34313431 SetMethod (isolate, target, " fsync" , Fsync);
@@ -3452,7 +3452,7 @@ static void CreatePerIsolateProperties(IsolateData* isolate_data,
34523452 SetMethod (isolate, target, " writeString" , WriteString);
34533453 SetMethod (isolate, target, " realpath" , RealPath);
34543454 SetMethod (isolate, target, " copyFile" , CopyFile);
3455- SetMethodNoSideEffect (isolate, target, " copyFileSync" , CopyFileSync);
3455+ SetMethod (isolate, target, " copyFileSync" , CopyFileSync);
34563456
34573457 SetMethod (isolate, target, " chmod" , Chmod);
34583458 SetMethod (isolate, target, " fchmod" , FChmod);
0 commit comments