react-native/Libraries/JavaScriptAppEngine/Initialization
Alex Kotliarskyi 0d1d7ba2b7 Remove dead SourceMap code
Summary:
In several pervious diffs we have moved symbolication of JS stack traces
to the packeger. This lets us save a bunch of memory (~80MB) and CPU on device,
reduces dependency on JS after exception occured.

This diff cleans up a bunch of code that was used to do symbolication on client side.

Reviewed By: javache

Differential Revision: D3348676

fbshipit-source-id: 88baa5c502836c9ca892896e1ee5d83db37486d3
2016-06-01 13:59:16 -07:00
..
__tests__ Update Jest APIs on fbsource 2016-04-27 19:16:32 -07:00
ExceptionsManager.js Extract symbolicateStackTrace into its own module 2016-06-01 13:59:16 -07:00
InitializeJavaScriptAppEngine.js Set up Systrace during initialization 2016-05-24 12:13:24 -07:00
getDevServer.js Extract getDevServerURL into reusable module 2016-06-01 13:59:16 -07:00
parseErrorStack.js Extract symbolicateStackTrace into its own module 2016-06-01 13:59:16 -07:00
source-map-url.js Hot Loading Sourcemaps 2016-01-27 14:55:36 -08:00
symbolicateStackTrace.js Extract symbolicateStackTrace into its own module 2016-06-01 13:59:16 -07:00