Changeset 35652 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Aug 9, 2008, 4:00:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r35639 r35652 550 550 } 551 551 552 #ifndef NDEBUG 553 552 554 void Machine::dumpCallFrame(const CodeBlock* codeBlock, ScopeChainNode* scopeChain, RegisterFile* registerFile, const Register* r) 553 555 { … … 621 623 } 622 624 625 #endif 626 627 #if !defined(NDEBUG) || HAVE(SAMPLING_TOOL) 628 623 629 bool Machine::isOpcode(Opcode opcode) 624 630 { … … 631 637 #endif 632 638 } 639 640 #endif 633 641 634 642 NEVER_INLINE bool Machine::unwindCallFrame(ExecState* exec, JSValue* exceptionValue, const Instruction*& vPC, CodeBlock*& codeBlock, ScopeChainNode*& scopeChain, Register*& r)
Note:
See TracChangeset
for help on using the changeset viewer.