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:
parent
19e8380261
commit
920f5fcd1e
@ -840,8 +840,7 @@ enum SmiCheckType {
|
|||||||
DO_SMI_CHECK
|
DO_SMI_CHECK
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum ScopeType : uint8_t {
|
||||||
enum ScopeType {
|
|
||||||
EVAL_SCOPE, // The top-level scope for an eval source.
|
EVAL_SCOPE, // The top-level scope for an eval source.
|
||||||
FUNCTION_SCOPE, // The top-level scope for a function.
|
FUNCTION_SCOPE, // The top-level scope for a function.
|
||||||
MODULE_SCOPE, // The scope introduced by a module literal
|
MODULE_SCOPE, // The scope introduced by a module literal
|
||||||
|
Loading…
Reference in New Issue
Block a user