Changeset 27022 in webkit for trunk/JavaScriptCore/kjs/context.h
- Timestamp:
- Oct 24, 2007, 11:38:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/context.h
r25534 r27022 51 51 class Context { 52 52 public: 53 Context(JS Object* global, Interpreter*, JSObject* thisV,53 Context(JSGlobalObject*, Interpreter*, JSObject* thisV, 54 54 FunctionBodyNode* currentBody, CodeType type = GlobalCode, 55 55 Context* callingContext = 0, FunctionImp* function = 0, const List* args = 0);
Note:
See TracChangeset
for help on using the changeset viewer.