mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 22:51:14 +00:00
deno2: pass argv to js
This commit is contained in:
parent
ec65717c59
commit
f92f10b848
3 changed files with 25 additions and 6 deletions
|
@ -24,9 +24,9 @@ IN THE SOFTWARE.
|
|||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
#include "v8/src/base/logging.h"
|
||||
#include "v8/include/libplatform/libplatform.h"
|
||||
#include "v8/include/v8.h"
|
||||
#include "v8/src/base/logging.h"
|
||||
|
||||
#include "./deno_internal.h"
|
||||
#include "include/deno.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue