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

  /external/v8/src/base/
compiler-specific.h 38 #if V8_HAS_CXX11_FINAL
  /external/v8/include/
v8config.h 162 // V8_HAS_CXX11_FINAL - final marker supported
224 # define V8_HAS_CXX11_FINAL (__has_feature(cxx_override_control))
268 # define V8_HAS_CXX11_FINAL (V8_GNUC_PREREQ(4, 7, 0))
282 # define V8_HAS_CXX11_FINAL (_MSC_VER >= 1700)

Completed in 1833 milliseconds