| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 3777)
|
| +++ src/handles.h (working copy)
|
| @@ -330,13 +330,6 @@
|
| // Returns the lazy compilation stub for argc arguments.
|
| Handle<Code> ComputeLazyCompile(int argc);
|
|
|
| -// These deal with lazily loaded properties.
|
| -void SetupLazy(Handle<JSObject> obj,
|
| - int index,
|
| - Handle<Context> compile_context,
|
| - Handle<Context> function_context);
|
| -void LoadLazy(Handle<JSObject> obj, bool* pending_exception);
|
| -
|
| class NoHandleAllocation BASE_EMBEDDED {
|
| public:
|
| #ifndef DEBUG
|
|
|