@@ -210,7 +210,6 @@ wrap!(jsapi: pub fn ArrayBufferClone(cx: &mut JSContext, srcBuffer: Handle<*mut
210210wrap ! ( jsapi: pub fn NumberToBigInt ( cx: & mut JSContext , num: f64 ) -> * mut BigInt ) ;
211211wrap ! ( jsapi: pub fn StringToBigInt ( cx: & mut JSContext , chars: * const Range <Latin1Char >) -> * mut BigInt ) ;
212212wrap ! ( jsapi: pub fn StringToBigInt1 ( cx: & mut JSContext , chars: * const Range <u16 >) -> * mut BigInt ) ;
213- wrap ! ( jsapi: pub fn SimpleStringToBigInt ( cx: & mut JSContext , chars: __BindgenOpaqueArray<u64 , 2usize >, radix: u8 ) -> * mut BigInt ) ;
214213wrap ! ( jsapi: pub fn ToBigInt ( cx: & mut JSContext , val: Handle <Value >) -> * mut BigInt ) ;
215214wrap ! ( jsapi: pub fn BigIntToString ( cx: & mut JSContext , bi: Handle <* mut BigInt >, radix: u8 ) -> * mut JSString ) ;
216215wrap ! ( jsapi: pub fn Evaluate ( cx: & mut JSContext , options: * const ReadOnlyCompileOptions , srcBuf: * mut SourceText <u16 >, rval: MutableHandle <Value >) -> bool ) ;
@@ -384,9 +383,6 @@ wrap!(jsapi: pub fn JS_TracerEnterLabelTwoByte(cx: &mut JSContext, label: *const
384383wrap ! ( jsapi: pub fn JS_TracerIsTracing ( cx: & mut JSContext ) -> bool ) ;
385384wrap ! ( jsapi: pub fn JS_TracerLeaveLabelLatin1 ( cx: & mut JSContext , label: * const :: std:: os:: raw:: c_char) ) ;
386385wrap ! ( jsapi: pub fn JS_TracerLeaveLabelTwoByte ( cx: & mut JSContext , label: * const u16 ) ) ;
387- wrap ! ( jsapi: pub fn JS_ReportErrorNumberASCIIVA ( cx: & mut JSContext , errorCallback: JSErrorCallback , userRef: * mut :: std:: os:: raw:: c_void, errorNumber: :: std:: os:: raw:: c_uint, ap: * mut __va_list_tag) ) ;
388- wrap ! ( jsapi: pub fn JS_ReportErrorNumberLatin1VA ( cx: & mut JSContext , errorCallback: JSErrorCallback , userRef: * mut :: std:: os:: raw:: c_void, errorNumber: :: std:: os:: raw:: c_uint, ap: * mut __va_list_tag) ) ;
389- wrap ! ( jsapi: pub fn JS_ReportErrorNumberUTF8VA ( cx: & mut JSContext , errorCallback: JSErrorCallback , userRef: * mut :: std:: os:: raw:: c_void, errorNumber: :: std:: os:: raw:: c_uint, ap: * mut __va_list_tag) ) ;
390386wrap ! ( jsapi: pub fn JS_ReportErrorNumberUTF8Array ( cx: & mut JSContext , errorCallback: JSErrorCallback , userRef: * mut :: std:: os:: raw:: c_void, errorNumber: :: std:: os:: raw:: c_uint, args: * mut * const :: std:: os:: raw:: c_char) ) ;
391387wrap ! ( jsapi: pub fn JS_ReportErrorNumberUCArray ( cx: & mut JSContext , errorCallback: JSErrorCallback , userRef: * mut :: std:: os:: raw:: c_void, errorNumber: :: std:: os:: raw:: c_uint, args: * mut * const u16 ) ) ;
392388wrap ! ( jsapi: pub fn JS_ReportAllocationOverflow ( cx: & mut JSContext ) ) ;
@@ -651,7 +647,6 @@ wrap!(jsapi: pub fn JS_CloneObject(cx: &mut JSContext, obj: HandleObject, proto:
651647wrap ! ( jsapi: pub fn JS_InitializePropertiesFromCompatibleNativeObject ( cx: & mut JSContext , dst: HandleObject , src: HandleObject ) -> bool ) ;
652648wrap ! ( jsapi: pub fn JS_CopyOwnPropertiesAndPrivateFields ( cx: & mut JSContext , target: HandleObject , obj: HandleObject ) -> bool ) ;
653649wrap ! ( jsapi: pub fn JS_WrapPropertyDescriptor ( cx: & mut JSContext , desc: MutableHandle <PropertyDescriptor >) -> bool ) ;
654- wrap ! ( jsapi: pub fn JS_WrapPropertyDescriptor1 ( cx: & mut JSContext , desc: u64 ) -> bool ) ;
655650wrap ! ( jsapi: pub fn JS_DefineFunctionsWithHelp ( cx: & mut JSContext , obj: HandleObject , fs: * const JSFunctionSpecWithHelp ) -> bool ) ;
656651wrap ! ( jsapi: pub fn JS_NewOwningCompileOptions ( cx: & mut JSContext ) -> * mut OwningCompileOptions ) ;
657652wrap ! ( jsapi: pub fn JS_StackCapture_FirstSubsumedFrame ( cx: & mut JSContext , ignoreSelfHostedFrames: bool , capture: * mut StackCapture ) ) ;
0 commit comments