crossContext_remoteContext.js 622 B

123456789101112
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. // Used by crossContext.js
  6. // Values defined here appear in crossContext.js as coming from remote context
  7. var re = /this/;
  8. var reg = /this/g;
  9. var rep = /(t)his/;
  10. var str = "this is a string."
  11. var strObject = new String("this is a string.");