D028868 CR1500 CR1100 CR2700 JavaScript Programming Guide User Manual Page 38 of 41
The Code Corporation
12393 South Gateway Park Place, Suite 600, Draper, UT 84020
+1 (801) 495-2200
FAX +1 (801) 495-0280
14.3 Encrypting a JavaScript file
JavaScript files can be protected through encryption. Contact support for an encryption key.
http://www.codecorp.com/code-support/
14.4 Supported JavaScript Core
This is a list of JavaScript that is supported in the ‘codeRules.js’ functions:
Objects, Methods, and Properties
Array
Boolean
Date
Function
Math
Number
Object
Packages
RegExp
String
sun
Top-Level Properties and Functions
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
Infinity
isFinite
isNaN
NaN
Number
parseFloat
parseInt
String
undefined
Statements
break
const
continue
do...while
export
for
for...in
function
if...else
import
label
return
switch
throw
try...catch
var
while
with
Operators
Assignment Operators
Comparison Operators
Arithmetic Operators
% (Modulus)
++ (Increment)
-- (Decrement)
- (Unary Negation)
Bitwise Operators
Bitwise Logical Operators
Bitwise Shift Operators
Logical Operators
String Operators
Special Operators
?: (Conditional operator)
, (Comma operator)
delete
function
in
instanceof
new
this
typeof
void