« Previous | Next » 

Revision ed3d553d

IDed3d553d826963837dee5db9cf6cc88b2d5c62cc
Parent aff8d9e7
Child c7b84a1d

Added by Ben Noordhuis over 11 years ago

typed arrays: make call-as-function work for ctors

Turn call-as-function calls into constructor calls. Makes the following
snippet work:

var buf = ArrayBuffer(32);  // no 'new' but does the right thing

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences