// Object.java - The root of all evil.
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
// Object.h - Header file for java.lang.Object. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work lice
// Object.java - The root of all evil.
/* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
// makeswf -v 7 -s 200x150 -r 1 -o delete-object.swf delete-object.as
trace ("Check that deleting from an object does not delete from the prototype");
o = { x: 1 };
o.__proto__ = { x: 2 };
trace (o.
// System Object class
#pragma once
namespace System
{
/// Reference counted object interface.
/// This serves as the base class for all managed display objects
/// such as Mat
/* Interface for the Object class for Objective-C.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/