Description[debugger] Refactor LiveEdit function info collection
This moves collection of function information from its previous spot in
the standard compiler pipeline (GetSharedFunctionInfo() and
CompileTopLevel()) to its new location in CompileForLiveEdit. Nesting
information is reconstructed by traversing the AST.
R=yangguo@chromium.org
BUG=
Committed: https://crrev.com/5bf3699221b8d38b4ea153def5d799e5725a8e7f
Cr-Commit-Position: refs/heads/master@{#36306}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Scrap isolate->active_function_info_listener(), refactoring #
Total comments: 2
Patch Set 3 : Return MaybeHandle from CompileForLiveEdit #
Total comments: 1
Patch Set 4 : Keep infos as MaybeHandle #
Messages
Total messages: 24 (9 generated)
|