File tree Expand file tree Collapse file tree
packages/near-membrane-base/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments