- Eliminate ancient, bogus proxying of function object for its call objects (23346, r=jband@netscape.com).

- Tabs expanded as much as I could stand, without taking too much cvsblame.
This commit is contained in:
brendan@mozilla.org
2000-02-04 02:01:49 +00:00
parent c051cbe19b
commit 0be774be1e
27 changed files with 3086 additions and 3081 deletions

View File

@@ -77,7 +77,6 @@ typedef enum JSOp {
#define JOF_INCDEC 0x0300 /* increment or decrement opcode */
#define JOF_POST 0x0400 /* postorder increment or decrement */
#define JOF_IMPORT 0x0800 /* import property op */
#define JOF_FOR2 0x1000 /* new for/in loop bytecodes */
/*
* Immediate operand getters, setters, and bounds.