• Daniel Clifford's avatar
    [torque] Unused implicit parameters can be undefined · 9bd8e5f2
    Daniel Clifford authored
    e.g. the following is now valid Torque code:
    
      macro TestA(implicit c: Context)() {}
    
      macro TestB(): bool {
        return TestA();
      }
    
    This is handy for more flexible usage of generics that may or may not
    use implicit parameters deep inside their specializations.
    
    Note that this change doesn't change the fundamental rigor (or lack
    thereof) around checking the usage of implicit parameters, which
    already do not require '_' before their parameter identifier if
    unused. It just silences errors in cases where a call site doesn't
    implicitly pass a parameter that ultimately doesn't have a use site
    and adds meaningful error messages in the case that it does.
    
    Bug: v8:7793
    Change-Id: I559d06c0864a7e79fe52bee5a9a7af9941889748
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2274127
    Commit-Queue: Daniel Clifford <danno@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68618}
    9bd8e5f2
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...