| OLD | NEW |
| 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
| 2 <link rel="import" href="class_ref.html"> | 2 <link rel="import" href="class_ref.html"> |
| 3 <link rel="import" href="error_view.html"> | 3 <link rel="import" href="error_view.html"> |
| 4 <link rel="import" href="eval_box.html"> | 4 <link rel="import" href="eval_box.html"> |
| 5 <link rel="import" href="eval_link.html"> | 5 <link rel="import" href="eval_link.html"> |
| 6 <link rel="import" href="field_ref.html"> | 6 <link rel="import" href="field_ref.html"> |
| 7 <link rel="import" href="function_ref.html"> | 7 <link rel="import" href="function_ref.html"> |
| 8 <link rel="import" href="inbound_reference.html"> | 8 <link rel="import" href="inbound_reference.html"> |
| 9 <link rel="import" href="instance_ref.html"> | 9 <link rel="import" href="instance_ref.html"> |
| 10 <link rel="import" href="observatory_element.html"> | 10 <link rel="import" href="observatory_element.html"> |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 <div class="memberValue"> | 316 <div class="memberValue"> |
| 317 <any-service-ref ref="{{ instance.externalOneByteFunction }}"></
any-service-ref> | 317 <any-service-ref ref="{{ instance.externalOneByteFunction }}"></
any-service-ref> |
| 318 </div> | 318 </div> |
| 319 </div> | 319 </div> |
| 320 <div class="memberItem"> | 320 <div class="memberItem"> |
| 321 <div class="memberName">externalTwoByteFunction</div> | 321 <div class="memberName">externalTwoByteFunction</div> |
| 322 <div class="memberValue"> | 322 <div class="memberValue"> |
| 323 <any-service-ref ref="{{ instance.externalTwoByteFunction }}"></
any-service-ref> | 323 <any-service-ref ref="{{ instance.externalTwoByteFunction }}"></
any-service-ref> |
| 324 </div> | 324 </div> |
| 325 </div> | 325 </div> |
| 326 <div class="memberItem"> |
| 327 <div class="memberName">oneByteBytecode</div> |
| 328 <div class="memberValue"> |
| 329 <any-service-ref ref="{{ instance.oneByteBytecode }}"></any-serv
ice-ref> |
| 330 </div> |
| 331 </div> |
| 332 <div class="memberItem"> |
| 333 <div class="memberName">twoByteBytecode</div> |
| 334 <div class="memberValue"> |
| 335 <any-service-ref ref="{{ instance.twoByteBytecode }}"></any-serv
ice-ref> |
| 336 </div> |
| 337 </div> |
| 326 </div> | 338 </div> |
| 327 </template> | 339 </template> |
| 328 | 340 |
| 329 <template if="{{ instance.isMirrorReference }}"> | 341 <template if="{{ instance.isMirrorReference }}"> |
| 330 <div class="memberItem"> | 342 <div class="memberItem"> |
| 331 <div class="memberName">referent</div> | 343 <div class="memberName">referent</div> |
| 332 <div class="memberValue"> | 344 <div class="memberValue"> |
| 333 <any-service-ref ref="{{ instance.referent }}"> | 345 <any-service-ref ref="{{ instance.referent }}"> |
| 334 </any-service-ref> | 346 </any-service-ref> |
| 335 </div> | 347 </div> |
| (...skipping 25 matching lines...) Expand all Loading... |
| 361 <source-inset location="{{ instance.typeClass.location }}"></source-in
set> | 373 <source-inset location="{{ instance.typeClass.location }}"></source-in
set> |
| 362 </template> | 374 </template> |
| 363 </div> | 375 </div> |
| 364 | 376 |
| 365 </template> | 377 </template> |
| 366 <view-footer></view-footer> | 378 <view-footer></view-footer> |
| 367 </template> | 379 </template> |
| 368 </polymer-element> | 380 </polymer-element> |
| 369 | 381 |
| 370 <script type="application/dart" src="instance_view.dart"></script> | 382 <script type="application/dart" src="instance_view.dart"></script> |
| OLD | NEW |