servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 122 forks source link

Replicate CallArgs::{get, index, index_mut} onto JSJitMethodCallArgs #223

Closed KiChjang closed 8 years ago

KiChjang commented 8 years ago

This solves the problem of servo/servo#8854 where I can't use .index() on some args values because the type of args is JSJitMethodCallArgs instead of CallArgs.

Review on Reviewable

frewsxcv commented 8 years ago

/cc @Ms2ger

Ms2ger commented 8 years ago

@bors-servo r+

bors-servo commented 8 years ago

:pushpin: Commit ac7e773 has been approved by Ms2ger

bors-servo commented 8 years ago

:hourglass: Testing commit ac7e773 with merge 07523d8...

bors-servo commented 8 years ago

:sunny: Test successful - travis