Changeset 11918 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- Jan 6, 2006, 2:43:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r11614 r11918 389 389 */ 390 390 virtual bool isSafeScript (const Interpreter *target) { return true; } 391 391 392 #if __APPLE__ 392 393 virtual void *createLanguageInstanceForValue(ExecState*, int language, JSObject* value, const Bindings::RootObject* origin, const Bindings::RootObject* current); 394 #endif 393 395 394 396 // This is a workaround to avoid accessing the global variables for these identifiers in
Note:
See TracChangeset
for help on using the changeset viewer.