| Index: src/contexts.h
|
| ===================================================================
|
| --- src/contexts.h (revision 4215)
|
| +++ src/contexts.h (working copy)
|
| @@ -86,7 +86,6 @@
|
| V(CALL_AS_FUNCTION_DELEGATE_INDEX, JSFunction, call_as_function_delegate) \
|
| V(CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, JSFunction, \
|
| call_as_constructor_delegate) \
|
| - V(EMPTY_SCRIPT_INDEX, Script, empty_script) \
|
| V(SCRIPT_FUNCTION_INDEX, JSFunction, script_function) \
|
| V(OPAQUE_REFERENCE_FUNCTION_INDEX, JSFunction, opaque_reference_function) \
|
| V(CONTEXT_EXTENSION_FUNCTION_INDEX, JSFunction, context_extension_function) \
|
| @@ -207,7 +206,6 @@
|
| RUNTIME_CONTEXT_INDEX,
|
| CALL_AS_FUNCTION_DELEGATE_INDEX,
|
| CALL_AS_CONSTRUCTOR_DELEGATE_INDEX,
|
| - EMPTY_SCRIPT_INDEX,
|
| SCRIPT_FUNCTION_INDEX,
|
| OPAQUE_REFERENCE_FUNCTION_INDEX,
|
| CONTEXT_EXTENSION_FUNCTION_INDEX,
|
|
|