Changeset 36972 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Sep 26, 2008, 3:40:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r36843 r36972 223 223 static void* SFX_CALL cti_vm_throw(CTI_ARGS); 224 224 static void* SFX_CALL cti_vm_compile(CTI_ARGS); 225 static void SFX_CALL cti_ vm_updateScopeChain(CTI_ARGS);225 static void SFX_CALL cti_op_push_activation(CTI_ARGS); 226 226 227 227 #endif // ENABLE(CTI) … … 241 241 ALWAYS_INLINE static void initializeCallFrame(Register* callFrame, CodeBlock*, Instruction*, ScopeChainNode*, Register* r, int returnValueRegister, int argc, JSValue* function); 242 242 243 ALWAYS_INLINE void setScopeChain(ExecState* exec, ScopeChainNode*&, ScopeChainNode*);243 ALWAYS_INLINE static void setScopeChain(ExecState* exec, ScopeChainNode*&, ScopeChainNode*); 244 244 NEVER_INLINE void debug(ExecState*, const CodeBlock*, ScopeChainNode*, Register*, DebugHookID, int firstLine, int lastLine); 245 245
Note:
See TracChangeset
for help on using the changeset viewer.