Changeset 9768 in webkit for trunk/JavaScriptCore/kjs/debugger.h
- Timestamp:
- Jul 14, 2005, 11:27:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/debugger.h
r1024 r9768 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA19 * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ … … 101 101 * @param exec The current execution state 102 102 * @param sourceId The ID of the source code (corresponds to the 103 * sourceId supplied in other functions such as @refatStatement()103 * sourceId supplied in other functions such as atStatement() 104 104 * @param source The source code that was parsed 105 105 * @param errorLine The line number at which parsing encountered an 106 * error, or -1 if the source code was valid and parsed succes fully106 * error, or -1 if the source code was valid and parsed successfully 107 107 * @return true if execution should be continue, false if it should 108 108 * be aborted
Note:
See TracChangeset
for help on using the changeset viewer.