~siretart/gxine/bug.542506

« back to all changes in this revision

Viewing changes to src/spidermonkey/jsobj.h

  • Committer: Bazaar Package Importer
  • Author(s): Siggi Langauf
  • Date: 2005-01-05 01:49:18 UTC
  • mto: (2.1.1 etch) (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050105014918-wgldiqcd79ck2b0v
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    JSObjectOps *ops;           /* high level object operation vtable */
54
54
    uint32      nslots;         /* length of obj->slots vector */
55
55
    uint32      freeslot;       /* index of next free obj->slots element */
 
56
    char        *name;
56
57
};
57
58
 
58
59
/* Shorthand macros for frequently-made calls. */