Subj : Re: JS_HAS_GETTER_SETTER in JS 1.5 To : Celso Aguiar From : Brendan Eich Date : Fri May 02 2003 06:08 pm Celso Aguiar wrote: >Is it safe enough to turn off getter and setters >in SpiderMonkey 1.5 by turning off the macro >JS_HAS_GETTER_SETTER definition in jsconfig.h? >When turning JS_HAS_OBJ_PROTO_PROP off, for example, >the engine will not compile. >I'm concerned about stability of the engine and >afraid I'd maybe turning off any basic functionality >existing in JS1.5, other than JS2 related. >Thanks in advance, > > It should be possible. There are several things that should be possible to disable via jsconfig.h, that you may not want. But why don't you want JS_HAS_GETTER_SETTER? What do you want? ECMA-262 Edition 3 only? /be .