Changeset 195000 in webkit for trunk/Source/JavaScriptCore/jit/JITThunks.h
- Timestamp:
- Jan 13, 2016, 4:28:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITThunks.h
r190113 r195000 58 58 MacroAssemblerCodeRef ctiStub(VM*, ThunkGenerator); 59 59 60 NativeExecutable* hostFunctionStub(VM*, NativeFunction, NativeFunction constructor );61 NativeExecutable* hostFunctionStub(VM*, NativeFunction, ThunkGenerator, Intrinsic );60 NativeExecutable* hostFunctionStub(VM*, NativeFunction, NativeFunction constructor, const String& name); 61 NativeExecutable* hostFunctionStub(VM*, NativeFunction, ThunkGenerator, Intrinsic, const String& name); 62 62 63 63 void clearHostFunctionStubs();
Note:
See TracChangeset
for help on using the changeset viewer.