Reviewers: rossberg, mvstanton, Michael Starzinger, Toon Verwaest,

Message:
PTAL

Description:
[strong] Implement strong mode restrictions on property access

Implements the strong mode proposal's restrictions on property access.

To be fully explored in a followup: proxies, interceptors, load from super

Still TODO for this CL:
ports
split up the tests further to prevent timeouts

BUG=v8:3956
LOG=N

Please review this at https://codereview.chromium.org/1168093002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1505, -377 lines):
  M src/builtins.h
  M src/builtins.cc
  M src/code-factory.h
  M src/code-factory.cc
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/code-stubs-hydrogen.cc
  M src/compiler/ast-graph-builder.cc
  M src/compiler/js-generic-lowering.cc
  M src/compiler/js-operator.h
  M src/compiler/js-operator.cc
  M src/compiler/js-typed-lowering.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/hydrogen-instructions.h
  M src/ic/handler-compiler.h
  M src/ic/handler-compiler.cc
  M src/ic/ic.h
  M src/ic/ic.cc
  M src/ic/ic-compiler.h
  M src/ic/ic-compiler.cc
  M src/ic/ic-inl.h
  M src/ic/ic-state.h
  M src/ic/x64/handler-compiler-x64.cc
  M src/ic/x64/ic-x64.cc
  M src/lookup.h
  M src/messages.h
  M src/objects.h
  M src/objects.cc
  M src/objects-inl.h
  M src/runtime/runtime.h
  M src/runtime/runtime-classes.cc
  M src/runtime/runtime-debug.cc
  M src/runtime/runtime-object.cc
  M src/x64/code-stubs-x64.cc
  M src/x64/full-codegen-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M test/cctest/test-api.cc
  M test/mjsunit/strong/functions.js
  A test/mjsunit/strong/load-element.js
  A test/mjsunit/strong/load-element-mutate-backing-store.js
  A test/mjsunit/strong/load-property.js
  A test/mjsunit/strong/load-property-mutate-backing-store.js
  M test/unittests/compiler/js-type-feedback-unittest.cc
  M test/unittests/compiler/js-typed-lowering-unittest.cc


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to