Browse Source
Merge pull request #1967 from svaarala/apidoc-link-fix
Fix broken link in duk_safe_call() API doc
pull/1973/head
Sami Vaarala
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
website/api/duk_safe_call.yaml
|
@ -12,7 +12,7 @@ summary: | |
|
|
topmost values in the current value stack frame are identified as call |
|
|
topmost values in the current value stack frame are identified as call |
|
|
arguments, and <code>nrets</code> return values are provided after the call |
|
|
arguments, and <code>nrets</code> return values are provided after the call |
|
|
returns. Calling code must ensure value stack has reserve for <code>nrets</code> |
|
|
returns. Calling code must ensure value stack has reserve for <code>nrets</code> |
|
|
using e.g. <code><a href="duk_check_stack()">duk_check_stack</a></code>, and |
|
|
using e.g. <code><a href="#duk_check_stack">duk_check_stack()</a></code>, and |
|
|
handling reservation errors.</p> |
|
|
handling reservation errors.</p> |
|
|
|
|
|
|
|
|
<p>The <code>udata</code> (userdata) pointer is passed on to |
|
|
<p>The <code>udata</code> (userdata) pointer is passed on to |
|
|