DescriptionIntroduce is_debuggable state bit on function objects
Simplify debugger logic. Any function can be marked as
non-debuggable when is is created. The debugger no longer
needs a heuristic which functions are debuggable.
Mostly used for synthetic, generated functions that
have no source code, e.g. async code, implicit getters and
setters, implicit constructors, forwarding constructors,
dispatcher functions.
Committed: https://code.google.com/p/dart/source/detail?r=42570
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Messages
Total messages: 5 (1 generated)
|