~ubuntu-branches/ubuntu/trusty/libv8/trusty

« back to all changes in this revision

Viewing changes to src/elements.h

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2012-02-20 14:08:17 UTC
  • mfrom: (15.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20120220140817-bsvmeoa4sxsj5hbz
Tags: 3.7.12.22-3
Fix mipsel build, allow test debug-step-3 to fail (non-crucial)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                           JSObject* holder,
45
45
                           Object* receiver) = 0;
46
46
 
 
47
  // Modifies the length data property as specified for JSArrays and resizes
 
48
  // the underlying backing store accordingly.
 
49
  virtual MaybeObject* SetLength(JSObject* holder,
 
50
                                 Object* new_length) = 0;
 
51
 
47
52
  virtual MaybeObject* Delete(JSObject* holder,
48
53
                              uint32_t key,
49
54
                              JSReceiver::DeleteMode mode) = 0;