|
1 | | ---------------- |
| 1 | +--------------- |
2 | 2 | I. Introduction |
3 | 3 | --------------- |
4 | 4 |
|
@@ -43,20 +43,21 @@ build, and import V8: |
43 | 43 |
|
44 | 44 | 3. Open a Visual Studio developer command prompt and run the V8Update script |
45 | 45 | from your ClearScript root directory: |
46 | | - |
| 46 | + |
47 | 47 | C:\ClearScript> V8Update [Debug|Release] |
48 | | - |
| 48 | + |
49 | 49 | This script downloads the latest versions of V8 and its prerequisites, |
50 | 50 | builds 32-bit and 64-bit V8 shared libraries, and imports the results into |
51 | 51 | ClearScript. It requires approximately 2GB of additional disk space and does |
52 | 52 | not perform any permanent software installation on your machine. |
53 | | - |
| 53 | + |
54 | 54 | Specifying "Debug" or "Release" is optional; the default is Release. The |
55 | 55 | selected V8 variant will then be used for all ClearScript configurations. |
56 | | - |
| 56 | + |
57 | 57 | If you'd like to use a specific version of V8 instead of the latest one, set |
58 | 58 | an environment variable named V8REV to the desired V8 trunk revision number |
59 | | - before running the script. See http://code.google.com/p/v8/source/list. |
| 59 | + before running the script. See http://code.google.com/p/v8/source/list. Due |
| 60 | + to its use of newer V8 APIs, ClearScript requires V8 3.16.10 or later. |
60 | 61 |
|
61 | 62 | You are now ready to build the full ClearScript solution using Visual Studio. |
62 | 63 |
|
@@ -112,7 +113,7 @@ IV. V8 Known Issues |
112 | 113 | of an assignment - something that makes no sense in JavaScript. JScript's |
113 | 114 | behavior appears to be an extension, but it's a convenient one because |
114 | 115 | indexers are common in the CLR. |
115 | | - |
| 116 | + |
116 | 117 | WORKAROUND: ClearScript supports the alternate syntax "A.B.set(C,D,E)". |
117 | 118 |
|
118 | 119 | 2. V8 doesn't support default properties. This is only an issue in conjunction |
|
0 commit comments