jjfiv / dalvik-js

Project for CS 691ST - Dalvik VM implementation in Javascript
23 stars 11 forks source link

interface array type #94

Closed etosch closed 11 years ago

etosch commented 11 years ago

The class object has an instance array in it. What is the intended type of this array?

Also, link to next issue : testing interface implementation. (#95)

Finally, what's this :+1:

jjfiv commented 11 years ago

I believe dexloader fills it out with types.

On 10/29/2012 07:20 AM, etosch wrote:

The class object has an instance array in it. What is the intended type of this array?

Also, link to next issue : testing interface implementation.

Finally, what's this :+1:

— Reply to this email directly or view it on GitHub https://github.com/jjfiv/dalvik-js/issues/94.

etosch commented 11 years ago

Okay; I'm going to push this shortly. Wanted to get your opinion on some things. Think we ought to go into lockdown on some stuff - after this point I think we should have everyone stage their code in a branch before merging and the code should be reviewed before doing so. I'm trying to iron out some inconsistencies right now and I think separate branches here on out would be good for that.

etosch commented 11 years ago

Set this in globals.js.