Logging.cpp 330 B

12345678910111213
  1. // Copyright (C) 2012 Sony Computer Entertainment Inc.
  2. // All Rights Reserved.
  3. #include "config.h"
  4. #include "Logging.h"
  5. namespace JSC {
  6. WTFLogChannel LogDetachedJIT = { 0x00000001, "JSCoreLogLevel", WTFLogChannelOff };
  7. WTFLogChannel LogDetachedJITProxy = { 0x00000002, "JSCoreLogLevel", WTFLogChannelOff };
  8. }