home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-03-13 | 488 b | 14 lines | [TEXT/KAHL] |
- /* Kevo -- a prototype-based object-oriented language */
- /* (c) Antero Taivalsaari 1991-1993 */
- /* Some parts (c) Antero Taivalsaari 1986-1988 */
- /* recompile.h: Recompiler internals */
-
- /*------------------------------------------------------------------------*/
- /* These operations automatically rebind all the early bound references */
- /* within an object when properties are CUT/COPY/PASTEd or redefined */
-
- void recompileProperty();
- void rebindContext();
-
-
-