HomeSort by relevance Sort by last modified time
    Searched full:map_changed (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
value-serializer.cc 488 bool map_changed = false; local
496 if (V8_LIKELY(!map_changed)) map_changed = *map == object->map();
497 if (V8_LIKELY(!map_changed && details.location() == kField)) {
    [all...]

Completed in 76 milliseconds