PropertyDetails cleanup: NORMAL property type merged with FIELD.
authorishell <ishell@chromium.org>
Wed, 19 Nov 2014 11:45:17 +0000 (03:45 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 19 Nov 2014 11:45:34 +0000 (11:45 +0000)
commitf3d1888fdbf7ec0262fd3ca60e6138163964b591
treee9635b2a39c2077f0a8fd9211ff39e43af712ae7
parent472f8823a79b4bfff9eff10c7bac4b81580f8a56
PropertyDetails cleanup: NORMAL property type merged with FIELD.

First step towards replacing PropertyType with two enums: {DATA,ACCESSOR} x {CONST,WRITABLE}.

Review URL: https://codereview.chromium.org/733253004

Cr-Commit-Position: refs/heads/master@{#25417}
24 files changed:
src/arm/macro-assembler-arm.cc
src/arm64/macro-assembler-arm64.cc
src/bootstrapper.cc
src/heap-snapshot-generator.cc
src/ia32/macro-assembler-ia32.cc
src/ic/handler-compiler.cc
src/lookup-inl.h
src/lookup.cc
src/lookup.h
src/mips/macro-assembler-mips.cc
src/mips64/macro-assembler-mips64.cc
src/mirror-debugger.js
src/objects-printer.cc
src/objects.cc
src/ppc/macro-assembler-ppc.cc
src/property-details.h
src/property.cc
src/property.h
src/runtime/runtime-debug.cc
src/runtime/runtime-object.cc
src/runtime/runtime.cc
src/x64/macro-assembler-x64.cc
src/x87/macro-assembler-x87.cc
test/mjsunit/mirror-object.js