• Sigurd Schneider's avatar
    Fix monitor for arrow functions · 9c40b865
    Sigurd Schneider authored
    Our current logic for the console API's monitor implementation relies on
    JavaScript's arguments array. In arrow functions, this results in an
    error, resulting missing print statements from monitor.
    
    This CL at least re-enables the print statements, but does not print the
    arguments in the case of arrow functions.
    
    Change-Id: Ibf6c2a0fb5e0cc911c257520a59a875992fe3777
    Bug: chromium:1206137
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2880216Reviewed-by: 's avatarPhilip Pfaffe <pfaffe@chromium.org>
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#74437}
    9c40b865
command-line-api-with-arrow-function-expected.txt 483 Bytes