2
0

TestHooksRt.h 776 B

123456789101112131415
  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. #pragma once
  6. // This flag will be used in conjunction with JsRuntimeAttributes (defined in chakrart.h)
  7. // However this flag is separately defined in this file since it is only required for ch.exe and we
  8. // don't want to pollute the chakrart.h
  9. // Summary : Runtime will generate bytecode buffer by treating current file as library file.
  10. const DWORD JsRuntimeAttributeSerializeLibraryByteCode = 0x8000000;