Skip to content

Commit

Permalink
closes #90: impl Object for JsFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed May 27, 2016
1 parent dd3ef6e commit aca69c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/js/mod.rs
Expand Up @@ -667,6 +667,8 @@ pub struct JsFunction<T: Object=JsObject> {
marker: PhantomData<T>
}

impl Object for JsFunction { }

#[repr(C)]
pub struct FunctionKernel<T: Value>(fn(Call) -> JsResult<T>);

Expand Down

0 comments on commit aca69c8

Please sign in to comment.