v8/src
Jiayao Lin c0ed9d1683 Fix unused-but-set-variable building with GCC
When building with GCC8.1, has error: variable ‘kUpperBoundIsMax’,
‘kLowerBoundIsMin’ set but not used [-Werror=unused-but-set-variable]
so, using USE(var) to fix this error

Change-Id: I05133d3cb5843f4c0a4a59591470b0fcaa21f16f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1848852
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64245}
2019-10-11 14:52:04 +00:00
..
api Refactor construction of [Shared]ArrayBuffers. 2019-10-11 13:04:45 +00:00
asmjs [wasm] Rename {Get,Set}Global to Global{Get,Set} 2019-10-08 14:27:50 +00:00
ast [class] fix undefined private name access in computed property keys 2019-10-10 19:43:01 +00:00
base Fix unused-but-set-variable building with GCC 2019-10-11 14:52:04 +00:00
builtins Refactor construction of [Shared]ArrayBuffers. 2019-10-11 13:04:45 +00:00
codegen [wasm-simd] Implement f64x2 min max for ia32 2019-10-10 20:40:11 +00:00
common [ptr-compr] Set isolate root to the beginning of a 4Gb reservation 2019-10-07 17:26:30 +00:00
compiler Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
compiler-dispatcher Replace base::make_unique by std::make_unique 2019-09-10 11:21:51 +00:00
d8 [wasm] Remove obsolete --no-wasm-shared-code flag 2019-10-10 09:01:45 +00:00
date Avoid a FixedArray allocation in date parser 2019-08-02 10:33:58 +00:00
debug Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
deoptimizer Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
diagnostics Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
execution Add full heap dump crash key trigger and use it for crashes under ScavengePage. 2019-10-08 16:20:54 +00:00
extensions GCExtension: Provide fast path when called with no arguments 2019-10-07 17:30:40 +00:00
flags [class] stage --harmony-private-methods 2019-10-10 22:03:03 +00:00
handles [api, heap] Implement TracedReference 2019-10-07 22:34:54 +00:00
heap Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
ic Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
init Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
inspector [wasm] Pretend that DWARF section is a fake source map 2019-10-08 10:54:09 +00:00
interpreter [class] fix undefined private name access in computed property keys 2019-10-10 19:43:01 +00:00
json Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
libplatform Fix two warnings issued by g++ 2019-09-16 12:23:41 +00:00
libsampler [iwyu] Add missing includes of <memory> for std::unique_ptr 2019-09-13 17:13:36 +00:00
logging [ic] Rename PatchCache to SetCache and remove unused methods. 2019-10-10 15:08:54 +00:00
numbers Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
objects Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
parsing [class] fix undefined private name access in computed property keys 2019-10-10 19:43:01 +00:00
profiler Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
protobuf Add OWNERS to src/protobuf 2019-05-15 11:17:23 +00:00
regexp Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
roots [protectors] Migrate another batch of protectors 2019-09-23 15:32:21 +00:00
runtime Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
sanitizer Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
snapshot Refactor construction of [Shared]ArrayBuffers. 2019-10-11 13:04:45 +00:00
strings Update DescriptorArray and Map to use InternalIndex 2019-10-11 14:40:43 +00:00
tasks Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
third_party Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
torque [torque-ls] supress lint messages after error 2019-10-10 14:41:39 +00:00
tracing [tracing] Separate tracing implementations and add perfetto tests 2019-07-18 15:40:12 +00:00
trap-handler Remove 'set noparent' from OWNERS files where reasonable 2019-06-03 10:18:22 +00:00
utils [strings] Introduce "is not integer index" bit 2019-10-08 16:12:52 +00:00
wasm Refactor construction of [Shared]ArrayBuffers. 2019-10-11 13:04:45 +00:00
zone Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
DEPS [tracing] Use the new perfetto client API 2019-07-08 13:37:16 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00