• Home
Name Date Size #Lines LOC

..--

compare/03-May-2024-2422

BaseContext.cppD03-May-20248.9 KiB287232

BaseContext.hD03-May-20242.9 KiB8556

Global.cppD03-May-20247.8 KiB246149

Global.hD03-May-20242 KiB8650

JsContext.cppD03-May-20244.4 KiB14165

JsContext.hD03-May-20241.5 KiB6627

Path2D.cppD03-May-20248 KiB245202

Path2D.hD03-May-20241.5 KiB5329

READMED03-May-2024557 1712

SkV8Example.cppD03-May-20245.9 KiB226173

SkV8Example.hD03-May-20241 KiB5433

gears.jsD03-May-20243.8 KiB184162

path.jsD03-May-2024823 3428

sample.jsD03-May-2024384 2014

snow.jsD03-May-20241.8 KiB9683

speed.jsD03-May-2024436 2416

README

1Build Instructions
2==================
3
4V8 gyp is not quite standard and Chromium uses a Python script
5to work around that, for now we have some manual steps to do
6before you can compile and run this sample:
7
81. Uncomment out the v8 dep in DEPS and re-run gclient sync.
92. Run 'make dependencies' in third_pary/externals/v8.
103. Run 'make native' in third_pary/externals/v8.
114. Uncomment SkV8Example in gyp/everything.gyp.
125. Run 'ninja -C out/Debug SkV8Example'
136. Run the sample as:
14     ./out/Debug/SkV8Example --infile experimental/SkV8Example/speed.js
15
16
17