Skip to content

Commit a779456

Browse files
authored
Apply suggestions from code review
1 parent efc13dc commit a779456

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/near-membrane-base/src/environment.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ export class VirtualEnvironment {
4444

4545
private readonly blueGetSelectedTarget: GetSelectedTarget;
4646

47-
private blueGetTransferableValue: GetTransferableValue;
47+
private readonly blueGetTransferableValue: GetTransferableValue;
4848

49-
private blueGlobalThisPointer: Pointer;
49+
private readonly blueGlobalThisPointer: Pointer;
5050

5151
private readonly redCallableEvaluate: CallableEvaluate;
5252

5353
private readonly redCallableGetPropertyValuePointer: CallableGetPropertyValuePointer;
5454

5555
private readonly redCallableLinkPointers: CallableLinkPointers;
5656

57-
private redCallableSetPrototypeOf: CallableSetPrototypeOf;
57+
private readonly redCallableSetPrototypeOf: CallableSetPrototypeOf;
5858

59-
private redCallableDefineProperties: CallableDefineProperties;
59+
private readonly redCallableDefineProperties: CallableDefineProperties;
6060

61-
private redCallableInstallLazyPropertyDescriptors: CallableInstallLazyPropertyDescriptors;
61+
private readonly redCallableInstallLazyPropertyDescriptors: CallableInstallLazyPropertyDescriptors;
6262

63-
private redGlobalThisPointer: Pointer;
63+
private readonly redGlobalThisPointer: Pointer;
6464

6565
constructor(options: VirtualEnvironmentOptions) {
6666
if (options === undefined) {

0 commit comments

Comments
 (0)