v8/src/ic/ia32
ishell 03a1eb5ad7 [ic] Resurrect access checks for primitive and global proxy receivers.
The access check is generated as a:
- Equality check of an execution-time and a compile-time native contexts
  for primitive receivers.
- Equality check of an execution-time and a compile-time native contexts
  or equality check of a respective security tokens for global proxy receivers.
- No-op for other kinds of receivers.

BUG=v8:5561

Review-Url: https://codereview.chromium.org/2482913002
Cr-Commit-Position: refs/heads/master@{#40829}
2016-11-08 12:35:32 +00:00
..
access-compiler-ia32.cc Avoid static initializers in PropertyAccessCompiler 2016-10-06 18:20:08 +00:00
handler-compiler-ia32.cc [ic] Resurrect access checks for primitive and global proxy receivers. 2016-11-08 12:35:32 +00:00
ic-compiler-ia32.cc [ic][ia32][x87] Don't push/pop value/slot/vector in store handlers. 2016-09-23 14:29:21 +00:00
ic-ia32.cc [ic] Delete old KeyedLoadIC code 2016-10-17 10:31:18 +00:00
stub-cache-ia32.cc [ic][ia32][x87] Don't push/pop value/slot/vector in store handlers. 2016-09-23 14:29:21 +00:00