script: Inline some hot functions used in flow constructions.

9% improvement in style recalc on the rainbow page.
This commit is contained in:
Patrick Walton 2014-01-30 18:05:12 -08:00
parent e2e848c6ad
commit a0fbc04ba5
3 changed files with 12 additions and 0 deletions

View file

@ -621,6 +621,7 @@ pub struct Reflector {
}
impl Reflector {
#[inline]
pub fn get_jsobject(&self) -> *JSObject {
self.object
}