-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requested in #576 PUBLISHED_FROM=f950c3ef6db3d69a54e1588544f6f84570584a66
- Loading branch information
1 parent
3d4c9df
commit ae9d3dc
Showing
5 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "v7_exec_buf()" | ||
decl_name: "v7_exec_buf" | ||
symbol_kind: "func" | ||
signature: | | ||
enum v7_err v7_exec_buf(struct v7 *v7, const char *js_code, size_t len, | ||
v7_val_t *result); | ||
--- | ||
|
||
Like v7_exec but it expects an explicit length instead of treating the code | ||
as a null terminated string. | ||
|
||
The code can be either a JS source or a precompiled bytecode. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters