|
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
R=ishell@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20327
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+105 lines, -118 lines) |
Patch |
|
M |
src/api.cc
|
View
|
1
|
6 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/execution.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/handles.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/handles.cc
|
View
|
1
|
2 chunks |
+4 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/ic.cc
|
View
|
1
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/isolate.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/json-stringifier.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
|
12 chunks |
+33 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
1
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
|
8 chunks |
+28 lines, -39 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|