| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 4215)
|
| +++ src/handles.h (working copy)
|
| @@ -210,6 +210,11 @@
|
| Handle<Object> value,
|
| PropertyAttributes attributes);
|
|
|
| +Handle<Object> SetNormalizedProperty(Handle<JSObject> object,
|
| + Handle<String> key,
|
| + Handle<Object> value,
|
| + PropertyDetails details);
|
| +
|
| Handle<Object> ForceDeleteProperty(Handle<JSObject> object,
|
| Handle<Object> key);
|
|
|
| @@ -338,13 +343,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
|
|
|