vote up 6 vote down star
1

Sometimes I see @cc_on in JavaScript. What does it mean?

flag

78% accept rate

1 Answer

vote up 8 vote down check

It's for conditional compilation. Seems to be a feature of Microsoft's "JScript" ECMAScript implementation.

link|flag
1  
Not IE but JScript (ECMAScript implementation used in IE). This is important because JScript, for example, is also used in ASP, Windows Script Host, etc. See en.wikipedia.org/wiki/JScript – kangax Aug 28 at 4:37
@kangax: Thanks, updated the answer. – unwind Aug 28 at 8:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.