We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#[js_function(1)] fn get_native_object(ctx: CallContext) -> Result<JsNumber> { let count: i32 = ctx.get::<JsNumber>(0)?.try_into()?; let mut this: JsObject = ctx.this_unchecked(); let native: Native = ctx .env .unwrap(&mut this)?; ctx.env.create_int32(native.value + 1) }
the count is useless.
count
This example does not work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the
count
is useless.This example does not work.
The text was updated successfully, but these errors were encountered: