Changeset 190827 in webkit for trunk/Source/JavaScriptCore/bytecode/EvalCodeCache.h
- Timestamp:
- Oct 9, 2015, 4:10:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/EvalCodeCache.h
r190809 r190827 52 52 } 53 53 54 EvalExecutable* getSlow(ExecState* exec, ScriptExecutable* owner, bool inStrictContext, ThisTDZMode thisTDZMode, const String& evalSource, JSScope* scope)54 EvalExecutable* getSlow(ExecState* exec, JSCell* owner, bool inStrictContext, ThisTDZMode thisTDZMode, const String& evalSource, JSScope* scope) 55 55 { 56 56 VariableEnvironment variablesUnderTDZ;
Note:
See TracChangeset
for help on using the changeset viewer.