| Index: src/v8globals.h
|
| diff --git a/src/v8globals.h b/src/v8globals.h
|
| index a9980e5b3c46d543c3c8d4cc9d60223b203a6f23..eca75fdaf566ea13db91dcdc954fc42c6ffbf1e9 100644
|
| --- a/src/v8globals.h
|
| +++ b/src/v8globals.h
|
| @@ -447,14 +447,6 @@ enum SmiCheckType {
|
| };
|
|
|
|
|
| -// Used to specify whether a receiver is implicitly or explicitly
|
| -// provided to a call.
|
| -enum CallKind {
|
| - CALL_AS_METHOD,
|
| - CALL_AS_FUNCTION
|
| -};
|
| -
|
| -
|
| enum ScopeType {
|
| EVAL_SCOPE, // The top-level scope for an eval source.
|
| FUNCTION_SCOPE, // The top-level scope for a function.
|
|
|