Changeset 35037 in webkit for trunk/JavaScriptCore/kjs/DebuggerCallFrame.h
- Timestamp:
- Jul 7, 2008, 9:01:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/DebuggerCallFrame.h
r34906 r35037 43 43 class DebuggerCallFrame { 44 44 public: 45 typedef enum{45 enum Type { 46 46 ProgramType, 47 47 FunctionType 48 } Type;48 }; 49 49 50 50 DebuggerCallFrame(JSGlobalObject* dynamicGlobalObject, const CodeBlock* codeBlock, ScopeChainNode* scopeChain, Register* r, JSValue* exception)
Note:
See TracChangeset
for help on using the changeset viewer.