Changeset 139109 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeOrigin.h
- Timestamp:
- Jan 8, 2013, 2:02:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeOrigin.h
r139021 r139109 39 39 40 40 struct InlineCallFrame; 41 class ExecState; 41 42 class ExecutableBase; 42 43 class JSFunction; … … 111 112 bool isClosureCall() const { return !callee; } 112 113 114 // Get the callee given a machine call frame to which this InlineCallFrame belongs. 115 JSFunction* calleeForCallFrame(ExecState*) const; 116 113 117 String inferredName() const; 114 118 CodeBlockHash hash() const;
Note:
See TracChangeset
for help on using the changeset viewer.