Property reference

com.glide.cs.javascript.reserved_words

The com.glide.cs.javascript.reserved_words property defines a list of JavaScript reserved words that cannot be used as variable names. Admins should be aware of this property to avoid naming conflicts and ensure proper script execution.

Default: abstract,arguments,await,boolean,break,byte,case,catch,char,class,const,continue,debugger,default,delete,do,double,else,enum,eval,export,extends,false,final,finally,float,for,function,goto,if,implements,import,in,instanceof,int,interface,let,long,native,new,null,package,private,protected,public,return,short,static,super,switch,synchronized,this,throw,throws,transient,true,try,typeof,var,void,volatile,while,with,yield,,,Array,Date,eval,function,hasOwnProperty,Infinity,isFinite,isNaN,isPrototypeOf,length,Math,NaN,name,Number,Object,prototype,String,toString,undefined,valueOf Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property specifies reserved JavaScript keywords that are prohibited as variable names, preventing potential errors in scripting.
What area does it affect? JavaScript scripting
What does the default mean? The default value is "abstract,arguments,await,boolean,break,byte,case,catch,char,class,const,continue,debugger,default,delete,do,double,else,enum,eval,export,extends,false,final,finally,float,for,function,goto,if,implements,import,in,instanceof,int,interface,let,long,native,new,null,package,private,protected,public,return,short,static,super,switch,synchronized,this,throw,throws,transient,true,try,typeof,var,void,volatile,while,with,yield,,,Array,Date,eval,function,hasOwnProperty,Infinity,isFinite,isNaN,isPrototypeOf,length,Math,NaN,name,Number,Object,prototype,String,toString,undefined,valueOf", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring scripts or troubleshooting variable naming issues.

Out of the box property record

Raw metadata from the property record.

Property name com.glide.cs.javascript.reserved_words
Sys ID 053aaaa33b21130028fa456993efc43b
Type string
Application Global
Default value abstract,arguments,await,boolean,break,byte,case,catch,char,class,const,continue,debugger,default,delete,do,double,else,enum,eval,export,extends,false,final,finally,float,for,function,goto,if,implements,import,in,instanceof,int,interface,let,long,native,new,null,package,private,protected,public,return,short,static,super,switch,synchronized,this,throw,throws,transient,true,try,typeof,var,void,volatile,while,with,yield,,,Array,Date,eval,function,hasOwnProperty,Infinity,isFinite,isNaN,isPrototypeOf,length,Math,NaN,name,Number,Object,prototype,String,toString,undefined,valueOf
Description Reserved words in JavaScript that should not be used as Var names or QVar names
Updated 2024-05-25 04:36:20