Changeset 121605 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Jun 29, 2012, 5:25:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r121073 r121605 1 1 /* 2 * Copyright (C) 2008 Apple Inc. All rights reserved.2 * Copyright (C) 2008, 2012 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 424 424 void emitAllocateBasicStorage(size_t, RegisterID result, RegisterID storagePtr); 425 425 template<typename T> void emitAllocateJSFinalObject(T structure, RegisterID result, RegisterID storagePtr); 426 void emitAllocateJSFunction(FunctionExecutable*, RegisterID scopeChain, RegisterID result, RegisterID storagePtr);427 426 void emitAllocateJSArray(unsigned valuesRegister, unsigned length, RegisterID cellResult, RegisterID storageResult, RegisterID storagePtr); 428 427 … … 751 750 void emitSlow_op_to_primitive(Instruction*, Vector<SlowCaseEntry>::iterator&); 752 751 void emitSlow_op_urshift(Instruction*, Vector<SlowCaseEntry>::iterator&); 753 void emitSlow_op_new_func(Instruction*, Vector<SlowCaseEntry>::iterator&);754 void emitSlow_op_new_func_exp(Instruction*, Vector<SlowCaseEntry>::iterator&);755 752 void emitSlow_op_new_array(Instruction*, Vector<SlowCaseEntry>::iterator&); 756 753
Note:
See TracChangeset
for help on using the changeset viewer.