Skip to content
Snippets Groups Projects
Select Git revision
  • 94d66be375b108c61bd05fc08b59e87c6d8fc81c
  • master default protected
  • 9.0
  • 8.0
  • 7.8
  • 7.6
  • 7.4
  • 7.2
  • 7.0
  • 0.6
  • rosuav/latex-markdown-renderer
  • rxnpatch/rxnpatch
  • marcus/gobject-introspection
  • rxnpatch/8.0
  • rosuav/pre-listening-ports
  • nt-tools
  • rosuav/async-annotations
  • rosuav/pgsql-ssl
  • rxnpatch/rxnpatch-broken/2023-10-06T094250
  • grubba/fdlib
  • grubba/wip/sakura/8.0
  • v8.0.2000
  • v8.0.1998
  • v8.0.1996
  • v8.0.1994
  • v8.0.1992
  • v8.0.1990
  • v8.0.1988
  • v8.0.1986
  • rxnpatch/clusters/8.0/2025-04-29T124414
  • rxnpatch/2025-04-29T124414
  • v8.0.1984
  • v8.0.1982
  • v8.0.1980
  • v8.0.1978
  • v8.0.1976
  • v8.0.1974
  • v8.0.1972
  • v8.0.1970
  • v8.0.1968
  • v8.0.1966
41 results

export_list

Blame
  • Object.pmod 484 B
    //! $Id: Object.pmod,v 1.1 2005/02/09 16:35:50 mast Exp $
    
    #pike __REAL_VERSION__
    #pragma strict_types
    
    constant DESTRUCT_EXPLICIT = __builtin.DESTRUCT_EXPLICIT;
    constant DESTRUCT_NO_REFS = __builtin.DESTRUCT_NO_REFS;
    constant DESTRUCT_GC = __builtin.DESTRUCT_GC;
    constant DESTRUCT_CLEANUP = __builtin.DESTRUCT_CLEANUP;
    //! Flags passed to @[lfun::destroy].
    //!
    //! @note
    //! @[Object.DESTRUCT_EXPLICIT] is @expr{0@} and
    //! @[Object.DESTRUCT_CLEANUP] is @expr{1@} for compatibility.