Changeset 27022 in webkit for trunk/JavaScriptCore/kjs/Context.cpp
- Timestamp:
- Oct 24, 2007, 11:38:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Context.cpp
r26620 r27022 28 28 29 29 // ECMA 10.2 30 Context::Context(JS Object* glob, Interpreter* interpreter, JSObject* thisV,30 Context::Context(JSGlobalObject* glob, Interpreter* interpreter, JSObject* thisV, 31 31 FunctionBodyNode* currentBody, CodeType type, Context* callingCon, 32 32 FunctionImp* func, const List* args)
Note:
See TracChangeset
for help on using the changeset viewer.