Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy authored May 25, 2022
1 parent efc13dc commit a779456
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/near-membrane-base/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ export class VirtualEnvironment {

private readonly blueGetSelectedTarget: GetSelectedTarget;

private blueGetTransferableValue: GetTransferableValue;
private readonly blueGetTransferableValue: GetTransferableValue;

private blueGlobalThisPointer: Pointer;
private readonly blueGlobalThisPointer: Pointer;

private readonly redCallableEvaluate: CallableEvaluate;

private readonly redCallableGetPropertyValuePointer: CallableGetPropertyValuePointer;

private readonly redCallableLinkPointers: CallableLinkPointers;

private redCallableSetPrototypeOf: CallableSetPrototypeOf;
private readonly redCallableSetPrototypeOf: CallableSetPrototypeOf;

private redCallableDefineProperties: CallableDefineProperties;
private readonly redCallableDefineProperties: CallableDefineProperties;

private redCallableInstallLazyPropertyDescriptors: CallableInstallLazyPropertyDescriptors;
private readonly redCallableInstallLazyPropertyDescriptors: CallableInstallLazyPropertyDescriptors;

private redGlobalThisPointer: Pointer;
private readonly redGlobalThisPointer: Pointer;

constructor(options: VirtualEnvironmentOptions) {
if (options === undefined) {
Expand Down

0 comments on commit a779456

Please sign in to comment.