Changeset 59781 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- May 19, 2010, 1:35:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.h
r59339 r59781 125 125 JSValue execute(EvalExecutable*, CallFrame*, JSObject* thisObject, int globalRegisterOffset, ScopeChainNode*, JSValue* exception); 126 126 127 #if USE(INTERPRETER)127 #if !ENABLE(JIT) 128 128 NEVER_INLINE bool resolve(CallFrame*, Instruction*, JSValue& exceptionValue); 129 129 NEVER_INLINE bool resolveSkip(CallFrame*, Instruction*, JSValue& exceptionValue); … … 138 138 void tryCachePutByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const PutPropertySlot&); 139 139 void uncachePutByID(CodeBlock*, Instruction* vPC); 140 #endif 140 #endif // !ENABLE(JIT) 141 141 142 142 NEVER_INLINE bool unwindCallFrame(CallFrame*&, JSValue, unsigned& bytecodeOffset, CodeBlock*&);
Note:
See TracChangeset
for help on using the changeset viewer.