Changeset 37323 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 5, 2008, 7:48:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37297 r37323 104 104 void retrieveLastCaller(ExecState* exec, int& lineNumber, intptr_t& sourceID, UString& sourceURL, JSValue*& function) const; 105 105 106 static const Register* firstCallFrame(const Register* callFrame);107 106 static ScopeChainNode* scopeChain(const Register* r) { return r[RegisterFile::ScopeChain].scopeChain(); } 108 107 static CodeBlock* codeBlock(const Register* r) { return r[RegisterFile::CodeBlock].codeBlock(); }
Note:
See TracChangeset
for help on using the changeset viewer.