Changeset 37366 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Oct 6, 2008, 8:53:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r37325 r37366 236 236 static void* SFX_CALL cti_vm_throw(CTI_ARGS); 237 237 static void* SFX_CALL cti_vm_compile(CTI_ARGS); 238 static voidSFX_CALL cti_op_push_activation(CTI_ARGS);238 static JSValue* SFX_CALL cti_op_push_activation(CTI_ARGS); 239 239 240 240 #endif // ENABLE(CTI) … … 325 325 callFrame[RegisterFile::ArgumentCount] = argc; // original argument count (for the sake of the "arguments" object) 326 326 callFrame[RegisterFile::Callee] = function; 327 callFrame[RegisterFile::OptionalCalleeActivation] = nullJSValue;328 327 callFrame[RegisterFile::OptionalCalleeArguments] = nullJSValue; 329 328 }
Note:
See TracChangeset
for help on using the changeset viewer.