@locker/near-membrane-base
Advanced tools
Comparing version 0.9.20 to 0.9.21
{ | ||
"name": "@locker/near-membrane-base", | ||
"version": "0.9.20", | ||
"version": "0.9.21", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "author": "Caridy Patiño <caridy@gmail.com>", | ||
}, | ||
"gitHead": "0500f607b1533c012d98ed6f15db19b72c3be3e3" | ||
"gitHead": "712dd35509356024c05489274df330179dafc7dd" | ||
} |
@@ -11,16 +11,16 @@ import { Instrumentation } from './instrumentation'; | ||
export declare class VirtualEnvironment { | ||
blueConnector: ReturnType<typeof createMembraneMarshall>; | ||
redConnector: ReturnType<typeof createMembraneMarshall>; | ||
private blueCallableGetPropertyValuePointer; | ||
private blueCallableLinkPointers; | ||
private blueGetSelectedTarget; | ||
private blueGetTransferableValue; | ||
private blueGlobalThisPointer; | ||
private redCallableEvaluate; | ||
private redCallableGetPropertyValuePointer; | ||
private redCallableLinkPointers; | ||
private redCallableSetPrototypeOf; | ||
private redCallableDefineProperties; | ||
private redCallableInstallLazyDescriptors; | ||
private redGlobalThisPointer; | ||
readonly blueConnector: ReturnType<typeof createMembraneMarshall>; | ||
readonly redConnector: ReturnType<typeof createMembraneMarshall>; | ||
private readonly blueCallableGetPropertyValuePointer; | ||
private readonly blueCallableLinkPointers; | ||
private readonly blueGetSelectedTarget; | ||
private readonly blueGetTransferableValue; | ||
private readonly blueGlobalThisPointer; | ||
private readonly redCallableEvaluate; | ||
private readonly redCallableGetPropertyValuePointer; | ||
private readonly redCallableLinkPointers; | ||
private readonly redCallableSetPrototypeOf; | ||
private readonly redCallableDefineProperties; | ||
private readonly redCallableInstallLazyDescriptors; | ||
private readonly redGlobalThisPointer; | ||
constructor(providedOptions: VirtualEnvironmentOptions); | ||
@@ -27,0 +27,0 @@ evaluate(sourceText: string): any; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
266473
5702