Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mozjs_sys to 3b57977e15b9d3ba13564b7e529de4f3da498626 #231

Merged
merged 1 commit into from Jan 6, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Bump mozjs_sys to 3b57977

  • Loading branch information
nox committed Jan 6, 2016
commit 70f8da1b391bc024db6af221d59740b77a4bce48
@@ -1026,6 +1026,11 @@ pub type JSNewEnumerateOp =
obj: HandleObject,
properties: *mut AutoIdVector)
-> bool>;
pub type JSFunToStringOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject,
indent: u32)
-> *mut JSString>;
pub type JSEnumerateOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject) -> bool>;
@@ -1217,6 +1222,7 @@ pub struct ObjectOps {
pub getElements: GetElementsOp,
pub enumerate: JSNewEnumerateOp,
pub thisObject: ObjectOp,
pub funToString: JSFunToStringOp,
}
pub type JSClassInternal = ::std::option::Option<unsafe extern "C" fn()>;
#[repr(C)]
@@ -1236,7 +1242,7 @@ pub struct JSClass {
pub hasInstance: JSHasInstanceOp,
pub construct: JSNative,
pub trace: JSTraceOp,
pub reserved: [*mut ::libc::c_void; 25usize],
pub reserved: [*mut ::libc::c_void; 26usize],
}
#[repr(C)]
#[derive(Copy, Clone)]
@@ -1026,6 +1026,11 @@ pub type JSNewEnumerateOp =
obj: HandleObject,
properties: *mut AutoIdVector)
-> bool>;
pub type JSFunToStringOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject,
indent: u32)
-> *mut JSString>;
pub type JSEnumerateOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject) -> bool>;
@@ -1217,6 +1222,7 @@ pub struct ObjectOps {
pub getElements: GetElementsOp,
pub enumerate: JSNewEnumerateOp,
pub thisObject: ObjectOp,
pub funToString: JSFunToStringOp,
}
pub type JSClassInternal = ::std::option::Option<unsafe extern "C" fn()>;
#[repr(C)]
@@ -1236,7 +1242,7 @@ pub struct JSClass {
pub hasInstance: JSHasInstanceOp,
pub construct: JSNative,
pub trace: JSTraceOp,
pub reserved: [*mut ::libc::c_void; 25usize],
pub reserved: [*mut ::libc::c_void; 26usize],
}
#[repr(C)]
#[derive(Copy, Clone)]
@@ -1026,6 +1026,11 @@ pub type JSNewEnumerateOp =
obj: HandleObject,
properties: *mut AutoIdVector)
-> bool>;
pub type JSFunToStringOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject,
indent: u32)
-> *mut JSString>;
pub type JSEnumerateOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject) -> bool>;
@@ -1217,6 +1222,7 @@ pub struct ObjectOps {
pub getElements: GetElementsOp,
pub enumerate: JSNewEnumerateOp,
pub thisObject: ObjectOp,
pub funToString: JSFunToStringOp,
}
pub type JSClassInternal = ::std::option::Option<unsafe extern "C" fn()>;
#[repr(C)]
@@ -1236,7 +1242,7 @@ pub struct JSClass {
pub hasInstance: JSHasInstanceOp,
pub construct: JSNative,
pub trace: JSTraceOp,
pub reserved: [*mut ::libc::c_void; 25usize],
pub reserved: [*mut ::libc::c_void; 26usize],
}
#[repr(C)]
#[derive(Copy, Clone)]
@@ -1026,6 +1026,11 @@ pub type JSNewEnumerateOp =
obj: HandleObject,
properties: *mut AutoIdVector)
-> bool>;
pub type JSFunToStringOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject,
indent: u32)
-> *mut JSString>;
pub type JSEnumerateOp =
::std::option::Option<unsafe extern "C" fn(cx: *mut JSContext,
obj: HandleObject) -> bool>;
@@ -1217,6 +1222,7 @@ pub struct ObjectOps {
pub getElements: GetElementsOp,
pub enumerate: JSNewEnumerateOp,
pub thisObject: ObjectOp,
pub funToString: JSFunToStringOp,
}
pub type JSClassInternal = ::std::option::Option<unsafe extern "C" fn()>;
#[repr(C)]
@@ -1236,7 +1242,7 @@ pub struct JSClass {
pub hasInstance: JSHasInstanceOp,
pub construct: JSNative,
pub trace: JSTraceOp,
pub reserved: [*mut ::libc::c_void; 25usize],
pub reserved: [*mut ::libc::c_void; 26usize],
}
#[repr(C)]
#[derive(Copy, Clone)]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.