Commit 920f5fcd authored by verwaest's avatar verwaest Committed by Commit bot

Annotate ScopeType with uint8_t

BUG=v8:5209

Review-Url: https://codereview.chromium.org/2270213002
Cr-Commit-Position: refs/heads/master@{#38853}
parent 19e83802
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment