pulumi/pkg
joeduffy 394bec544a Adjust prototype pointers; bind super correctly
This change fixes two aspects of binding names to objects.  First, we need
to adjust pointers from prototype functions, since they will have the wrong
"this" (it points to the prototype instance and not the actual object).
Second, we need to bind `super` accesses using the correct prototype object.
2017-02-16 15:55:28 -08:00
..
compiler Emit Tokens in Symbol Stringer.String functions 2017-02-16 15:53:55 -08:00
config Fix a few go vet issues 2017-01-27 15:14:19 -08:00
diag Fix a few flubs 2017-02-16 04:15:07 -08:00
encoding Implement for loops 2017-02-16 05:38:01 -08:00
eval Adjust prototype pointers; bind super correctly 2017-02-16 15:55:28 -08:00
graph Rename tempmark to visiting and mark to visited 2017-02-13 14:41:20 -08:00
pack Generalize default modules 2017-02-15 12:53:36 -08:00
tokens Use export tables 2017-02-13 09:56:25 -08:00
util Use export tables 2017-02-13 09:56:25 -08:00
workspace Probe for Mupacks, not Mufiles, for dependencies 2017-02-09 11:23:27 -08:00