Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10027] CodeProcessor: Implement bridge crossing detection Code Processor plugin

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2016-08-24T20:12:35.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsCode Processor
Labelsn/a
ReporterBryan Hughes
AssigneeChris Barber
Created2012-07-18T14:57:25.000+0000
Updated2017-03-20T17:26:22.000+0000

Description

We need to implement a Code Processor plugin that will detect when a program crosses the JS bridge and can detect hot spots. For example, the following code crosses the bridge 6 times, and could potentially be optimized.
if (Ti.Platform.osname === "iphone") {
   console.log(Titanium.UI.iOS.AdView)
}

Comments

  1. Chris Barber 2016-08-24

    Code processor is dead.
  2. Lee Morris 2017-03-20

    Closing ticket as code processor is no longer supported.

JSON Source