Changeset 166263 in webkit for trunk/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.h
- Timestamp:
- Mar 25, 2014, 3:38:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.h
r166218 r166263 111 111 PassRefPtr<JITStubRoutine> createJITStubRoutine( 112 112 const MacroAssemblerCodeRef&, VM&, const JSCell* owner, bool makesCalls, 113 JSCell* = 0);113 JSCell* = nullptr); 114 114 115 115 // Helper for the creation of simple stub routines that need no help from the GC. Note
Note:
See TracChangeset
for help on using the changeset viewer.