Commits
User selector
Commit History
Commits on Jan 11, 2021
[inspector][wasm] Unify locals, stack, and globals objects.
Show description for 85fdbd9authored andcommitted
[inspector] Move Wasm related inspector functionality to src/debug.
Show description for 55865f7authored andcommitted
Commits on Dec 24, 2020
[wasm][debug] Make Scope order consistent.
Show description for f4d408fauthored andcommitted
Commits on May 13, 2020
[wasm][debug] Skip scopes on uninspectable frames
Show description for 10e8664authored andcommitted
Commits on May 11, 2020
[wasm][debug] Rename WasmCompiledFrame to WasmFrame
Show description for 383d145authored andcommitted
Commits on Apr 28, 2020
[wasm][debug] Remove debugging capabilities from WasmDebugInfo
Show description for e34425aauthored andcommitted
Commits on Apr 15, 2020
[wasm][debug] Rename global scope to module scope
Show description for 7dd3890authored andcommitted
Commits on Mar 26, 2020
[wasm][debug] Add stack scope to CDP and V8
Show description for 155d2bcauthored andcommitted
Commits on Mar 16, 2020
[wasm] Load register values from DebugBreak frame
Show description for ae03752authored andcommitted
Commits on Dec 27, 2019
[wasm] Add {wasm::DebugInfo} class for Liftoff inspection
Show description for 11fa409authored andcommitted
Commits on Dec 4, 2019
Reparse closure instead of script for most uses of ScopeIterator
Show description for 2fe1552authored andcommitted
Commits on Oct 25, 2019
Reland "[wasm][debug] Report global scope also for compiled frames"
Show description for c573bdeauthored andcommitted
Commits on Oct 24, 2019
Revert "[wasm][debug] Report global scope also for compiled frames"
Show description for 9d8f4deauthored andcommitted
[wasm][debug] Report global scope also for compiled frames
Show description for bc8ad33authored andcommitted
[wasm] Move {GetGlobalScopeObject} out of the interpreter
Show description for 4a4ca6dauthored andcommitted
Commits on May 22, 2019
Move relevant files to src/execution
Show description for 0fa243aauthored andcommitted
Commits on May 17, 2019
Reland "Move API-related files"
Show description for 06bf826authored andcommitted
Commits on May 16, 2019
Revert "Move API-related files"
Show description for 3253767authored andcommitted
Move API-related files
Show description for 9ac8b20authored andcommitted
Commits on Jul 23, 2018
[cleanup] Split off api-inl.h from api.h to make latter self contained
Show description for 6d25cabauthored andcommitted

Commits on Jul 20, 2018
[objects.h splitting] Move JSGenerator
Show description for 1baf105authored andcommitted
Commits on Jun 18, 2018
Don't expose GetFunction on the scope iterator. Simply take it into account for GetFunctionDebugName
Show description for 0a846a0authored andcommitted
Reland "[debugger] Rewrite the ScopeIterator/DebugEvaluate to use Scope rather than ScopeInfo for inner scopes."
Show description for a5b5f8eauthored andcommitted
Commits on Jun 15, 2018
Revert "[debugger] Rewrite the ScopeIterator/DebugEvaluate to use Scope rather than ScopeInfo for inner scopes."
Show description for 23b8d2fauthored andcommitted
Reland "[debugger] Rewrite the ScopeIterator/DebugEvaluate to use Scope rather than ScopeInfo for inner scopes."
Show description for 4936efbauthored andcommitted
Commits on Jun 14, 2018
Revert "[debugger] Rewrite the ScopeIterator/DebugEvaluate to use Scope rather than ScopeInfo for inner scopes."
Show description for 9f7abe6authored andcommitted
[debugger] Rewrite the ScopeIterator/DebugEvaluate to use Scope rather than ScopeInfo for inner scopes.
Show description for 9e27d47authored andcommitted
Commits on Apr 25, 2018
[runtime] Do not refer directly to the closure stored in the context
Show description for a314247authored andcommitted
Commits on Jan 23, 2018
[wasm] Reduce usage of frame->wasm_instance()
Show description for 66ce615authored andcommitted

Commits on Nov 20, 2017
[debug] Bail out for non-JSFunctions passed to ScopeIterator
Show description for e755191committed
Commits on Sep 12, 2017
[inspector] prepare debug::ScopeIterator for function without context
Show description for 90eb06bauthored andcommitted
Commits on Sep 11, 2017
[iwyu] Remove obsolete "api.h" include from "handles-inl.h".
Show description for 955d7e4authored andcommitted

Commits on Aug 31, 2017
[wasm] Avoid including heap-inl.h in wasm-objects.h
Show description for b0d984cauthored andcommitted
Commits on Jul 27, 2017
[inspector] move stack trace and scope inspection to native
Show description for c5e9416authored andcommitted
Loading