Reviewers: Igor Sheludko,

Description:
Clean up some "GetProperty" methods/functions.

Runtime::GetObjectProperty:
  - handled string.charAt, element access and property access
  - now handlified
GetProperty in handles.cc:
  - called to Runtime::GetObjectProperty
  - now removed
Object::GetProperty (handlified version):
  - handled element access and property access
  - now changed to only do property access
New: Object::GetPropertyOrElement:
  - handles element access and property access

[email protected]

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+105, -118 lines):
  M src/api.cc
  M src/bootstrapper.cc
  M src/execution.cc
  M src/handles.h
  M src/handles.cc
  M src/ic.cc
  M src/isolate.cc
  M src/json-stringifier.h
  M src/objects.h
  M src/objects.cc
  M src/runtime.h
  M src/runtime.cc


--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to