(referenceObject:string, style:Object)
| 65 | } |
| 66 | |
| 67 | export function injectStyle(referenceObject:string, style:Object):void{ |
| 68 | __pchannel("Runtime:PrivilegedAPI",{ |
| 69 | "method": "injectStyle", |
| 70 | "params": [referenceObject, style] |
| 71 | }); |
| 72 | } |
| 73 | |
| 74 | export function privilegedCode():void{ |
| 75 | __trace('Runtime.privilegedCode not available.','warn'); |
nothing calls this directly
no test coverage detected