• jkummerow's avatar
    Simplify and compact transitions storage · 45fbef7f
    jkummerow authored
    Simple transitions are now stored in a map's "transitions" field (as a WeakCell wrapping the target map); full TransitionArrays are used when that's not sufficient.
    To encapsulate these storage format implementation details, functions for manipulating and querying transitions have been refactored to be static functions on the TransitionArray class, and take maps as inputs.
    
    Review URL: https://codereview.chromium.org/980573002
    
    Cr-Commit-Position: refs/heads/master@{#27029}
    45fbef7f
json-parser.h 27.6 KB