Changeset 231889 in webkit for trunk/Source/JavaScriptCore/runtime/CodeCache.cpp
- Timestamp:
- May 16, 2018, 10:21:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CodeCache.cpp
r231018 r231889 151 151 metadata->overrideName(name); 152 152 metadata->setEndPosition(positionBeforeLastNewline); 153 // The Function constructor only has access to global variables, so no variables will be under TDZ. 153 // The Function constructor only has access to global variables, so no variables will be under TDZ unless they're 154 // in the global lexical environment, which we always TDZ check accesses from. 154 155 VariableEnvironment emptyTDZVariables; 155 156 ConstructAbility constructAbility = constructAbilityForParseMode(metadata->parseMode());
Note:
See TracChangeset
for help on using the changeset viewer.