Skip to content
This repository has been archived by the owner on Dec 9, 2017. It is now read-only.

Feature request: callback for the getter/setter values #79

Open
esbena opened this issue Nov 17, 2014 · 0 comments
Open

Feature request: callback for the getter/setter values #79

esbena opened this issue Nov 17, 2014 · 0 comments

Comments

@esbena
Copy link

esbena commented Nov 17, 2014

Feature request: callback for the getter/setter values - (if that is even possible!?)

Currently, the instrumented code for:
({get p(){}})
Is:

...
            J$.T(25, {
                get p() {
                    jalangiLabel0:
...

Thus no J$.T of the getter function literal is made, even though it should (somehow).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant