Changeset 2935 in webkit for trunk/JavaScriptCore/kjs/interpreter.h
- Timestamp:
- Dec 4, 2002, 4:12:34 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/interpreter.h
r2851 r2935 146 146 void initGlobalObject(); 147 147 148 static void lock(); 149 static void unlock(); 150 148 151 /** 149 152 * Returns the execution state object which can be used to execute … … 211 214 */ 212 215 Object builtinArray() const; 213 214 216 215 217 /**
Note:
See TracChangeset
for help on using the changeset viewer.