Changeset 25534 in webkit for trunk/JavaScriptCore/kjs/Context.cpp
- Timestamp:
- Sep 13, 2007, 6:54:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Context.cpp
r21019 r25534 32 32 FunctionImp* func, const List* args) 33 33 : m_interpreter(interpreter) 34 , m_savedContext(interpreter->context()) 34 35 , m_currentBody(currentBody) 35 36 , m_function(func) … … 84 85 Context::~Context() 85 86 { 86 m_interpreter->setContext(m_ callingContext);87 m_interpreter->setContext(m_savedContext); 87 88 88 89 // The arguments list is only needed to potentially create the arguments object,
Note:
See TracChangeset
for help on using the changeset viewer.