mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
added JSVersion JSVERSION_1_4
This commit is contained in:
parent
304e4f89c2
commit
9a3213a374
@ -100,6 +100,7 @@ typedef enum JSVersion {
|
||||
JSVERSION_1_1 = 110,
|
||||
JSVERSION_1_2 = 120,
|
||||
JSVERSION_1_3 = 130,
|
||||
JSVERSION_1_4 = 140,
|
||||
JSVERSION_DEFAULT = 0,
|
||||
JSVERSION_UNKNOWN = -1
|
||||
} JSVersion;
|
||||
|
Loading…
x
Reference in New Issue
Block a user