Changeset 59801 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- May 19, 2010, 6:15:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.h
r59800 r59801 45 45 class EvalExecutable; 46 46 class FunctionExecutable; 47 class InternalFunction; 47 48 class JSFunction; 48 49 class JSGlobalObject; … … 101 102 102 103 JSValue retrieveArguments(CallFrame*, JSFunction*) const; 103 JSValue retrieveCaller(CallFrame*, JSFunction*) const;104 JSValue retrieveCaller(CallFrame*, InternalFunction*) const; 104 105 void retrieveLastCaller(CallFrame*, int& lineNumber, intptr_t& sourceID, UString& sourceURL, JSValue& function) const; 105 106 … … 143 144 static ALWAYS_INLINE CallFrame* slideRegisterWindowForCall(CodeBlock*, RegisterFile*, CallFrame*, size_t registerOffset, int argc); 144 145 145 static CallFrame* findFunctionCallFrame(CallFrame*, JSFunction*);146 static CallFrame* findFunctionCallFrame(CallFrame*, InternalFunction*); 146 147 147 148 JSValue privateExecute(ExecutionFlag, RegisterFile*, CallFrame*, JSValue* exception);
Note:
See TracChangeset
for help on using the changeset viewer.