Changeset 89887 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jun 27, 2011, 7:30:06 PM (14 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r89885 r89887 1 2011-06-27 Ryosuke Niwa <[email protected]> 2 3 Build fix attempt after r89885. 4 5 * JavaScriptCore.exp: 6 * jsc.cpp: 7 1 8 2011-06-27 Oliver Hunt <[email protected]> 2 9 -
trunk/Source/JavaScriptCore/JavaScriptCore.exp
r89885 r89887 134 134 __ZN3JSC12JSGlobalData15dumpRegExpTraceEv 135 135 __ZN3JSC12JSGlobalData22clearBuiltinStructuresEv 136 #ifndef NDEBUG 136 137 __ZN3JSC12JSGlobalData23releaseExecutableMemoryEv 138 #endif 137 139 __ZN3JSC12JSGlobalData6createENS_15ThreadStackTypeE 138 140 __ZN3JSC12JSGlobalDataD1Ev -
trunk/Source/JavaScriptCore/jsc.cpp
r89885 r89887 75 75 static EncodedJSValue JSC_HOST_CALL functionDebug(ExecState*); 76 76 static EncodedJSValue JSC_HOST_CALL functionGC(ExecState*); 77 #ifndef NDEBUG 77 78 static EncodedJSValue JSC_HOST_CALL functionReleaseExecutableMemory(ExecState*); 79 #endif 78 80 static EncodedJSValue JSC_HOST_CALL functionVersion(ExecState*); 79 81 static EncodedJSValue JSC_HOST_CALL functionRun(ExecState*);
Note:
See TracChangeset
for help on using the changeset viewer.