• jfb's avatar
    Add WasmFrame, backtraces reflect wasm's presence · aeca9457
    jfb authored
    For now WasmFrame doesn't summarize the wasm frames. That'll require adding the
    metadata in wasm-compiler similar to DeoptimizationInputData.
    
    Teach the basic backtrace to iterate over stack frames instead of JS frames.
    
    Update the wasm stack test.
    
    `git cl format` touches random lines in files I touch.
    
    R=titzer@chromium.org
    TEST=d8 --test --expose-wasm test/mjsunit/mjsunit.js test/mjsunit/wasm/stack.js
    
    Review URL: https://codereview.chromium.org/1712003003
    
    Cr-Commit-Position: refs/heads/master@{#34220}
    aeca9457
objects-inl.h 226 KB