v8 147.3.0

Rust bindings to V8
Documentation
1
2
3
4
5
6
7
8
Str = str
def Var(name):
    if name == 'rbe_instance':
        return 'projects/rbe-chromium-untrusted/instances/default_instance'
    return vars[name]
with open('./v8/DEPS') as f:
    exec(f.read())