2UVvchXGJKGDv2tIzKKgMR changeset

Changeset386561326530 (b)
ParentNone (a)
ab
0+fdmanana 20:30:19 ~/sm185/install > pwd
0+/Users/fdmanana/sm185/install
0+fdmanana 20:30:20 ~/sm185/install > tree
0+.
0+├── bin
0+│   └── js-config
0+├── include
0+│   └── js
0+│       ├── Allocator.h
0+│       ├── Assembler.h
0+│       ├── CodeAlloc.h
0+│       ├── Containers.h
0+│       ├── Fragmento.h
0+│       ├── LIR.h
0+│       ├── LIRopcode.tbl
0+│       ├── Native.h
0+│       ├── NativeCommon.h
0+│       ├── NativeX64.h
0+│       ├── RegAlloc.h
0+│       ├── VMPI.h
0+│       ├── Writer.h
0+│       ├── avmplus.h
0+│       ├── javascript-trace.h
0+│       ├── js-config.h
0+│       ├── js.msg
0+│       ├── jsanalyze.h
0+│       ├── jsapi.h
0+│       ├── jsarena.h
0+│       ├── jsarray.h
0+│       ├── jsatom.h
0+│       ├── jsautocfg.h
0+│       ├── jsautokw.h
0+│       ├── jsbit.h
0+│       ├── jsbool.h
0+│       ├── jsbuiltins.h
0+│       ├── jscell.h
0+│       ├── jsclist.h
0+│       ├── jsclone.h
0+│       ├── jscntxt.h
0+│       ├── jscompartment.h
0+│       ├── jscompat.h
0+│       ├── jsdate.h
0+│       ├── jsdbgapi.h
0+│       ├── jsdhash.h
0+│       ├── jsdtoa.h
0+│       ├── jsemit.h
0+│       ├── jsfriendapi.h
0+│       ├── jsfun.h
0+│       ├── jsgc.h
0+│       ├── jsgcchunk.h
0+│       ├── jsgcstats.h
0+│       ├── jshash.h
0+│       ├── jshashtable.h
0+│       ├── jshotloop.h
0+│       ├── jsinterp.h
0+│       ├── jsinttypes.h
0+│       ├── jsiter.h
0+│       ├── jslock.h
0+│       ├── jslong.h
0+│       ├── jsmath.h
0+│       ├── jsobj.h
0+│       ├── jsobjinlines.h
0+│       ├── json.h
0+│       ├── jsopcode.h
0+│       ├── jsopcode.tbl
0+│       ├── jsopcodeinlines.h
0+│       ├── jsotypes.h
0+│       ├── jsparse.h
0+│       ├── jsperf.h
0+│       ├── jsprf.h
0+│       ├── jsprobes.h
0+│       ├── jspropertycache.h
0+│       ├── jspropertycacheinlines.h
0+│       ├── jspropertytree.h
0+│       ├── jsproto.tbl
0+│       ├── jsproxy.h
0+│       ├── jsprvtd.h
0+│       ├── jspubtd.h
0+│       ├── jsreflect.h
0+│       ├── jsregexp.h
0+│       ├── jsscan.h
0+│       ├── jsscope.h
0+│       ├── jsscript.h
0+│       ├── jsscriptinlines.h
0+│       ├── jsstaticcheck.h
0+│       ├── jsstdint.h
0+│       ├── jsstr.h
0+│       ├── jstl.h
0+│       ├── jstracer.h
0+│       ├── jstypedarray.h
0+│       ├── jstypes.h
0+│       ├── jsutil.h
0+│       ├── jsval.h
0+│       ├── jsvalue.h
0+│       ├── jsvector.h
0+│       ├── jsversion.h
0+│       ├── jswrapper.h
0+│       ├── jsxdrapi.h
0+│       ├── jsxml.h
0+│       ├── nanojit.h
0+│       ├── njconfig.h
0+│       ├── njcpudetect.h
0+│       └── prmjtime.h
0+└── lib
0+    ├── libmozjs185-1.0.a
0+    ├── libmozjs185.1.0.0.dylib
0+    ├── libmozjs185.1.0.dylib -> /Users/fdmanana/sm185/install/lib/libmozjs185.1.0.0.dylib
0+    ├── libmozjs185.dylib -> /Users/fdmanana/sm185/install/lib/libmozjs185.1.0.dylib
0+    └── pkgconfig
0+        └── mozjs185.pc
0+
0+5 directories, 101 files
...
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
113
114
115
--- Revision None
+++ Revision 386561326530
@@ -0,0 +1,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