Changeset 139510 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Jan 11, 2013, 3:32:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r136927 r139510 953 953 954 954 // Compile source to bytecode if necessary: 955 if (JSObject* error = program->init alizeGlobalProperties(globalData, callFrame, scope))955 if (JSObject* error = program->initializeGlobalProperties(globalData, callFrame, scope)) 956 956 return checkedReturn(throwError(callFrame, error)); 957 957
Note:
See TracChangeset
for help on using the changeset viewer.