Annotate ScopeType with uint8_t

BUG=v8:5209

Review-Url: https://codereview.chromium.org/2270213002
Cr-Commit-Position: refs/heads/master@{#38853}
This commit is contained in:
verwaest 2016-08-24 01:49:43 -07:00 committed by Commit bot
parent 19e8380261
commit 920f5fcd1e

View File

@ -840,8 +840,7 @@ enum SmiCheckType {
DO_SMI_CHECK
};
enum ScopeType {
enum ScopeType : uint8_t {
EVAL_SCOPE, // The top-level scope for an eval source.
FUNCTION_SCOPE, // The top-level scope for a function.
MODULE_SCOPE, // The scope introduced by a module literal