Changeset 10076 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Aug 6, 2005, 11:17:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r9929 r10076 29 29 #include "value.h" 30 30 #include "object.h" 31 #include "protected_object.h" 31 32 #include "types.h" 32 33 #include "interpreter.h" … … 288 289 void mark(); 289 290 290 ExecState *globalExec() { return globExec; }291 ExecState *globalExec() { return &globExec; } 291 292 bool checkSyntax(const UString &code); 292 293 Completion evaluate(const UString &code, const Value &thisV, const UString &sourceURL, int startingLineNumber); … … 388 389 ProtectedObject b_uriErrorPrototype; 389 390 390 ExecState *globExec;391 ExecState globExec; 391 392 Interpreter::CompatMode m_compatMode; 392 393
Note:
See TracChangeset
for help on using the changeset viewer.