This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// StrictMode.conditionallyCheckInstanceCounts | |
force_garbage_collection // because I don’t trust VMDebug to get this right | |
foreach(c in classes) { | |
// VMDebug.countInstancesofClass() | |
force_garbage_collection // because I don’t trust my caller to get this right | |
classes2.add(c) | |
// Heap::CountInstances |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<polymer-element name="drecognizer-bar"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 48px; |