DescriptionAdd Function::GetBoundFunction to the API.
This adds functionality for getting original functions from bound functions.
It's of much use when information about function calls is shown on the Events timeline in DevTools: instead of referencing to v8natives.js where bound functions are created, we'll be able to show real function data (name, resource, script line and column numbers) retrieved from original functions.
BUG=None
LOG=Y
R=yangguo@chromium.org, yurys@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=18401
Patch Set 1 #
Total comments: 2
Patch Set 2 : Correct API + add a test #
Total comments: 4
Patch Set 3 : GetBoundFunction returns v8::Undefined if this function is not bound + REBASE #
Total comments: 10
Patch Set 4 : Code review response #
Total comments: 6
Patch Set 5 : Code review response #
Messages
Total messages: 16 (0 generated)
|