Changeset 89887 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jun 27, 2011, 7:30:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.