Lines Matching refs:V8
10 Base V8 library containing all the V8 code but no JavaScript library code. This
15 V8 library containing all the V8 and JavaScript library code embedded as source
16 which is compiled as V8 is running.
20 Executable v8_mksnapshot.exe for building a heap snapshot from a running V8.
29 V8 library containing all the V8 and JavaScript library code embedded as a heap
30 snapshot instead of source to be compiled as V8 is running. Using this library
38 With regard to Platform SDK version V8 has no specific requriments and builds
50 A project which uses V8 should then depend on v8_snapshot.vcproj.
52 If V8 without snapshot if preferred only v8_base.vcproj and v8.vcproj are
53 required and a project which uses V8 should depend on v8.vcproj.
63 includes the two sample projects together with the V8 projects and with the