dev_compiler
dev_compiler copied to clipboard
simplify setType in runtime
after https://codereview.chromium.org/1680263002/, we do two property sets in there. It is supposed to be a very fast proto set to handle generic extension types. I don't think an extra property set should be needed, we should have the right reflection information on the JS proto already.