| Index: src/factory.h
|
| ===================================================================
|
| --- src/factory.h (revision 1738)
|
| +++ src/factory.h (working copy)
|
| @@ -310,9 +310,10 @@
|
| uint32_t key,
|
| Handle<Object> value);
|
|
|
| +#ifdef ENABLE_DEBUGGER_SUPPORT
|
| static Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
|
| +#endif
|
|
|
| -
|
| // Return a map using the map cache in the global context.
|
| // The key the an ordered set of property names.
|
| static Handle<Map> ObjectLiteralMapFromCache(Handle<Context> context,
|
|
|