js-sys: Add extends to Reflect

Part of #670
This commit is contained in:
Nick Fitzgerald
2018-09-06 13:42:16 -07:00
parent bfff8661c1
commit 66d155d708
2 changed files with 14 additions and 1 deletions

View File

@ -2128,6 +2128,7 @@ extern {
#[wasm_bindgen]
extern "C" {
#[derive(Clone, Debug)]
#[wasm_bindgen(extends = Object)]
pub type Reflect;
/// The static `Reflect.apply()` method calls a target function with