Changeset 26914 in webkit for trunk/JavaScriptCore/kjs/nodes.h
- Timestamp:
- Oct 23, 2007, 12:00:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.h
r26811 r26914 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 * This file is part of the KDE libraries4 3 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 5 4 * Copyright (C) 2001 Peter Kelly ([email protected]) … … 148 147 void handleException(ExecState*, JSValue*) KJS_FAST_CALL; 149 148 149 Completion rethrowException(ExecState*) KJS_FAST_CALL; 150 150 151 int m_line : 31; 151 152 bool m_mayHaveDeclarations : 1;
Note:
See TracChangeset
for help on using the changeset viewer.