Searched refs:V8_GLIBC_PREREQ (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/include/ |
H A D | v8config.h | 32 // #if V8_GLIBC_PREREQ(2, 3) 36 # define V8_GLIBC_PREREQ(major, minor) \ macro 39 # define V8_GLIBC_PREREQ(major, minor) 0 macro
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | semaphore.cc | 91 #if V8_LIBC_GLIBC && !V8_GLIBC_PREREQ(2, 4)
|
/third_party/node/deps/v8/src/base/ |
H A D | cpu.cc | 17 #if V8_GLIBC_PREREQ(2, 16) 170 #if V8_GLIBC_PREREQ(2, 16)
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8config.h | 32 // #if V8_GLIBC_PREREQ(2, 3) 36 # define V8_GLIBC_PREREQ(major, minor) \ macro 39 # define V8_GLIBC_PREREQ(major, minor) 0 macro
|
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.cc | 390 #if V8_LIBC_GLIBC && !V8_GLIBC_PREREQ(2, 4) in FillRegisterState() 402 #endif // V8_LIBC_GLIBC && !V8_GLIBC_PREREQ(2, 4) in FillRegisterState()
|
Completed in 5 milliseconds