• Clemens Hammacher's avatar
    [utils] Fix Malloced implementation · 2d277529
    Clemens Hammacher authored
    According to the specification, class-specific {operator new} and
    {operator delete} should be static methods. Interestingly, if the
    {static} keyword is missing, the methods are implicitly static anyway.
    This is confusing, so this CL adds the {static} keywords explicitly.
    It also removes the redundant {Malloced::New} and {Malloced::Delete}
    methods.
    
    R=mlippautz@chromium.org
    
    Bug: v8:9396
    Change-Id: I1db7c87b816567cc1a9153d0b18e3dd4ae81dd6f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1700080Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#62703}
    2d277529
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...