Revision 386561326530 () - Diff

Link to this snippet: https://friendpaste.com/2UVvchXGJKGDv2tIzKKgMR
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
fdmanana 20:30:19 ~/sm185/install > pwd
/Users/fdmanana/sm185/install
fdmanana 20:30:20 ~/sm185/install > tree
.
├── bin
│   └── js-config
├── include
│   └── js
│   ├── Allocator.h
│   ├── Assembler.h
│   ├── CodeAlloc.h
│   ├── Containers.h
│   ├── Fragmento.h
│   ├── LIR.h
│   ├── LIRopcode.tbl
│   ├── Native.h
│   ├── NativeCommon.h
│   ├── NativeX64.h
│   ├── RegAlloc.h
│   ├── VMPI.h
│   ├── Writer.h
│   ├── avmplus.h
│   ├── javascript-trace.h
│   ├── js-config.h
│   ├── js.msg
│   ├── jsanalyze.h
│   ├── jsapi.h
│   ├── jsarena.h
│   ├── jsarray.h
│   ├── jsatom.h
│   ├── jsautocfg.h
│   ├── jsautokw.h
│   ├── jsbit.h
│   ├── jsbool.h
│   ├── jsbuiltins.h
│   ├── jscell.h
│   ├── jsclist.h
│   ├── jsclone.h
│   ├── jscntxt.h
│   ├── jscompartment.h
│   ├── jscompat.h
│   ├── jsdate.h
│   ├── jsdbgapi.h
│   ├── jsdhash.h
│   ├── jsdtoa.h
│   ├── jsemit.h
│   ├── jsfriendapi.h
│   ├── jsfun.h
│   ├── jsgc.h
│   ├── jsgcchunk.h
│   ├── jsgcstats.h
│   ├── jshash.h
│   ├── jshashtable.h
│   ├── jshotloop.h
│   ├── jsinterp.h
│   ├── jsinttypes.h
│   ├── jsiter.h
│   ├── jslock.h
│   ├── jslong.h
│   ├── jsmath.h
│   ├── jsobj.h
│   ├── jsobjinlines.h
│   ├── json.h
│   ├── jsopcode.h
│   ├── jsopcode.tbl
│   ├── jsopcodeinlines.h
│   ├── jsotypes.h
│   ├── jsparse.h
│   ├── jsperf.h
│   ├── jsprf.h
│   ├── jsprobes.h
│   ├── jspropertycache.h
│   ├── jspropertycacheinlines.h
│   ├── jspropertytree.h
│   ├── jsproto.tbl
│   ├── jsproxy.h
│   ├── jsprvtd.h
│   ├── jspubtd.h
│   ├── jsreflect.h
│   ├── jsregexp.h
│   ├── jsscan.h
│   ├── jsscope.h
│   ├── jsscript.h
│   ├── jsscriptinlines.h
│   ├── jsstaticcheck.h
│   ├── jsstdint.h
│   ├── jsstr.h
│   ├── jstl.h
│   ├── jstracer.h
│   ├── jstypedarray.h
│   ├── jstypes.h
│   ├── jsutil.h
│   ├── jsval.h
│   ├── jsvalue.h
│   ├── jsvector.h
│   ├── jsversion.h
│   ├── jswrapper.h
│   ├── jsxdrapi.h
│   ├── jsxml.h
│   ├── nanojit.h
│   ├── njconfig.h
│   ├── njcpudetect.h
│   └── prmjtime.h
└── lib
├── libmozjs185-1.0.a
├── libmozjs185.1.0.0.dylib
├── libmozjs185.1.0.dylib -> /Users/fdmanana/sm185/install/lib/libmozjs185.1.0.0.dylib
├── libmozjs185.dylib -> /Users/fdmanana/sm185/install/lib/libmozjs185.1.0.dylib
└── pkgconfig
└── mozjs185.pc

5 directories, 101 files