Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 23, 2018 17:21
Show Gist options
  • Save ryantm/75305a95a88a23a3137429c0c5c0007c to your computer and use it in GitHub Desktop.
Save ryantm/75305a95a88a23a3137429c0c5c0007c to your computer and use it in GitHub Desktop.
/nix/store/4rnqlff4g9vx7ci5b0a6936h9ffk4l8x-spidermonkey-52.8.1
├── bin
│   ├── js52
│   └── js52-config
├── include
│   └── mozjs-52
│   ├── fdlibm.h
│   ├── jemalloc_types.h
│   ├── js
│   │   ├── CallArgs.h
│   │   ├── CallNonGenericMethod.h
│   │   ├── CharacterEncoding.h
│   │   ├── Class.h
│   │   ├── Conversions.h
│   │   ├── Date.h
│   │   ├── Debug.h
│   │   ├── GCAnnotations.h
│   │   ├── GCAPI.h
│   │   ├── GCHashTable.h
│   │   ├── GCPolicyAPI.h
│   │   ├── GCVariant.h
│   │   ├── GCVector.h
│   │   ├── HashTable.h
│   │   ├── HeapAPI.h
│   │   ├── Id.h
│   │   ├── Initialization.h
│   │   ├── LegacyIntTypes.h
│   │   ├── MemoryMetrics.h
│   │   ├── Principals.h
│   │   ├── ProfilingFrameIterator.h
│   │   ├── ProfilingStack.h
│   │   ├── Proxy.h
│   │   ├── Realm.h
│   │   ├── RequiredDefines.h
│   │   ├── RootingAPI.h
│   │   ├── SliceBudget.h
│   │   ├── StructuredClone.h
│   │   ├── SweepingAPI.h
│   │   ├── TraceKind.h
│   │   ├── TracingAPI.h
│   │   ├── TrackedOptimizationInfo.h
│   │   ├── TypeDecls.h
│   │   ├── UbiNodeBreadthFirst.h
│   │   ├── UbiNodeCensus.h
│   │   ├── UbiNodeDominatorTree.h
│   │   ├── UbiNode.h
│   │   ├── UbiNodePostOrder.h
│   │   ├── UbiNodeShortestPaths.h
│   │   ├── UniquePtr.h
│   │   ├── Utility.h
│   │   ├── Value.h
│   │   ├── Vector.h
│   │   └── WeakMapPtr.h
│   ├── jsalloc.h
│   ├── jsapi.h
│   ├── jsbytecode.h
│   ├── jsclist.h
│   ├── js-config.h
│   ├── jscpucfg.h
│   ├── jsfriendapi.h
│   ├── js.msg
│   ├── jsperf.h
│   ├── jsprf.h
│   ├── jsprototypes.h
│   ├── jspubtd.h
│   ├── jstypes.h
│   ├── jsversion.h
│   ├── jswrapper.h
│   ├── mozilla
│   │   ├── Alignment.h
│   │   ├── AllocPolicy.h
│   │   ├── AlreadyAddRefed.h
│   │   ├── Array.h
│   │   ├── ArrayUtils.h
│   │   ├── Assertions.h
│   │   ├── Atomics.h
│   │   ├── Attributes.h
│   │   ├── BinarySearch.h
│   │   ├── BloomFilter.h
│   │   ├── BufferList.h
│   │   ├── Casting.h
│   │   ├── ChaosMode.h
│   │   ├── Char16.h
│   │   ├── CheckedInt.h
│   │   ├── Compiler.h
│   │   ├── Compression.h
│   │   ├── DebugOnly.h
│   │   ├── Decimal.h
│   │   ├── double-conversion.h
│   │   ├── EndianUtils.h
│   │   ├── EnumeratedArray.h
│   │   ├── EnumeratedRange.h
│   │   ├── EnumSet.h
│   │   ├── EnumTypeTraits.h
│   │   ├── fallible.h
│   │   ├── FastBernoulliTrial.h
│   │   ├── FloatingPoint.h
│   │   ├── Function.h
│   │   ├── GuardObjects.h
│   │   ├── HashFunctions.h
│   │   ├── IndexSequence.h
│   │   ├── IntegerPrintfMacros.h
│   │   ├── IntegerRange.h
│   │   ├── IntegerTypeTraits.h
│   │   ├── JSONWriter.h
│   │   ├── Likely.h
│   │   ├── LinkedList.h
│   │   ├── LinuxSignal.h
│   │   ├── MacroArgs.h
│   │   ├── MacroForEach.h
│   │   ├── MathAlgorithms.h
│   │   ├── Maybe.h
│   │   ├── MaybeOneOf.h
│   │   ├── MemoryChecking.h
│   │   ├── MemoryReporting.h
│   │   ├── Move.h
│   │   ├── mozalloc_abort.h
│   │   ├── mozalloc.h
│   │   ├── mozalloc_oom.h
│   │   ├── NotNull.h
│   │   ├── NullPtr.h
│   │   ├── Opaque.h
│   │   ├── OperatorNewExtensions.h
│   │   ├── Pair.h
│   │   ├── PodOperations.h
│   │   ├── Poison.h
│   │   ├── RangedArray.h
│   │   ├── RangedPtr.h
│   │   ├── Range.h
│   │   ├── ReentrancyGuard.h
│   │   ├── RefCounted.h
│   │   ├── RefCountType.h
│   │   ├── RefPtr.h
│   │   ├── ReverseIterator.h
│   │   ├── RollingMean.h
│   │   ├── Saturate.h
│   │   ├── Scoped.h
│   │   ├── ScopeExit.h
│   │   ├── SegmentedVector.h
│   │   ├── SHA1.h
│   │   ├── SizePrintfMacros.h
│   │   ├── SplayTree.h
│   │   ├── Sprintf.h
│   │   ├── StackWalk.h
│   │   ├── StaticAnalysisFunctions.h
│   │   ├── TaggedAnonymousMemory.h
│   │   ├── TemplateLib.h
│   │   ├── TextUtils.h
│   │   ├── ThreadLocal.h
│   │   ├── TimeStamp.h
│   │   ├── ToString.h
│   │   ├── Tuple.h
│   │   ├── TypedEnumBits.h
│   │   ├── Types.h
│   │   ├── TypeTraits.h
│   │   ├── UniquePtrExtensions.h
│   │   ├── UniquePtr.h
│   │   ├── Unused.h
│   │   ├── utils.h
│   │   ├── Variant.h
│   │   ├── Vector.h
│   │   ├── WeakPtr.h
│   │   └── XorShift128PlusRNG.h
│   ├── mozmemory.h
│   └── mozmemory_wrap.h
└── lib
├── libjs_static.ajs
├── libmozjs-52.so
└── pkgconfig
└── mozjs-52.pc
7 directories, 162 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment