Function jscjs_sys::api::JSValueMakeNumber [−][src]
pub unsafe extern "C" fn JSValueMakeNumber(
ctx: JSContextRef,
number: f64
) -> JSValueRef
Expand description
@function @abstract Creates a JavaScript value of the number type. @param ctx The execution context to use. @param number The double to assign to the newly created JSValue. @result A JSValue of the number type, representing the value of number.