Chromium Code Reviews| Index: src/accessors.cc |
| diff --git a/src/accessors.cc b/src/accessors.cc |
| index af344d1a631598f9e44ebd1b591d8e666ebdce4f..1f2b41dafc9e3591b856ec7ce927b9abc179304b 100644 |
| --- a/src/accessors.cc |
| +++ b/src/accessors.cc |
| @@ -733,6 +733,7 @@ static MaybeObject* ConstructArgumentsObjectForInlinedFunction( |
| JavaScriptFrame* frame, |
| Handle<JSFunction> inlined_function, |
| int inlined_frame_index) { |
| + UNIMPLEMENTED(); |
|
Kevin Millikin (Chromium)
2011/03/23 16:07:20
I have placed UNIMPLEMENTED() in places that will
|
| Factory* factory = Isolate::Current()->factory(); |
| int args_count = inlined_function->shared()->formal_parameter_count(); |
| ScopedVector<SlotRef> args_slots(args_count); |