Changeset 11918 in webkit for trunk/JavaScriptCore/kjs/interpreter.cpp
- Timestamp:
- Jan 6, 2006, 2:43:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.cpp
r11637 r11918 308 308 #endif 309 309 310 #if APPLE_CHANGES311 310 static bool printExceptions = false; 312 311 … … 321 320 } 322 321 323 322 #if __APPLE__ 324 323 void *Interpreter::createLanguageInstanceForValue(ExecState *exec, int language, JSObject *value, const Bindings::RootObject *origin, const Bindings::RootObject *current) 325 324 {
Note:
See TracChangeset
for help on using the changeset viewer.