HomeSort by relevance Sort by last modified time
    Searched refs:V8_HAS_CXX11_OVERRIDE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/base/
compiler-specific.h 26 #if V8_HAS_CXX11_OVERRIDE
  /external/chromium_org/v8/include/
v8config.h 163 // V8_HAS_CXX11_OVERRIDE - override marker supported
225 # define V8_HAS_CXX11_OVERRIDE (__has_feature(cxx_override_control))
267 # define V8_HAS_CXX11_OVERRIDE (V8_GNUC_PREREQ(4, 7, 0))
283 # define V8_HAS_CXX11_OVERRIDE (_MSC_VER >= 1400)

Completed in 51 milliseconds