mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
wip
This commit is contained in:
parent
edebd3b10d
commit
0fdeed7c67
6 changed files with 5 additions and 5 deletions
1
libdeno/v8
Symbolic link
1
libdeno/v8
Symbolic link
|
@ -0,0 +1 @@
|
|||
../goog/v8
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../v8/include/v8-inspector.h"
|
||||
#include "../../libdeno/v8/include/v8-inspector.h"
|
||||
#include "../support.h"
|
||||
|
||||
using namespace v8_inspector;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../v8/include/v8-inspector.h"
|
||||
#include "../../libdeno/v8/include/v8-inspector.h"
|
||||
#include "../support.h"
|
||||
|
||||
using namespace v8_inspector;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../../v8/include/v8-platform.h"
|
||||
#include "../../libdeno/v8/include/v8-platform.h"
|
||||
#include "../support.h"
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../v8/include/v8-inspector.h"
|
||||
#include "../libdeno/v8/include/v8-inspector.h"
|
||||
#include "support.h"
|
||||
|
||||
using namespace v8_inspector;
|
||||
|
|
1
v8
1
v8
|
@ -1 +0,0 @@
|
|||
goog/v8
|
Loading…
Reference in a new issue