diff options
Diffstat (limited to 'src/qml/compiler/qv4codegen.cpp')
| -rw-r--r-- | src/qml/compiler/qv4codegen.cpp | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/src/qml/compiler/qv4codegen.cpp b/src/qml/compiler/qv4codegen.cpp index 9027c9fabe..aaaa4aebf6 100644 --- a/src/qml/compiler/qv4codegen.cpp +++ b/src/qml/compiler/qv4codegen.cpp @@ -109,58 +109,58 @@ Codegen::Codegen(QV4::Compiler::JSUnitGenerator *jsUnitGenerator, bool strict, } const char *Codegen::s_globalNames[] = { - "isNaN", - "parseFloat", - "String", + "Array", + "ArrayBuffer", + "Atomics", + "Boolean", + "DataView", + "Date", + "Error", "EvalError", - "URIError", + "Float32Array", + "Float64Array", + "Function", + "Infinity", + "Int16Array", + "Int32Array", + "Int8Array", + "JSON", + "Map", "Math", - "encodeURIComponent", + "NaN", + "Number", + "Object", + "Promise", + "Proxy", "RangeError", - "eval", - "isFinite", "ReferenceError", - "Infinity", - "Function", + "Reflect", "RegExp", - "Number", - "parseInt", - "Object", - "decodeURI", - "TypeError", - "Boolean", - "encodeURI", - "NaN", - "Error", - "decodeURIComponent", - "Date", - "Array", + "Set", + "SharedArrayBuffer", + "String", "Symbol", - "escape", - "unescape", "SyntaxError", - "undefined", - "JSON", - "ArrayBuffer", - "SharedArrayBuffer", - "DataView", - "Int8Array", - "Uint8Array", - "Uint8ClampedArray", - "Int16Array", + "TypeError", + "URIError", "Uint16Array", - "Int32Array", "Uint32Array", - "Float32Array", - "Float64Array", - "WeakSet", - "Set", + "Uint8Array", + "Uint8ClampedArray", "WeakMap", - "Map", - "Reflect", - "Proxy", - "Atomics", - "Promise", + "WeakSet", + "decodeURI", + "decodeURIComponent", + "encodeURI", + "encodeURIComponent", + "escape", + "eval", + "isFinite", + "isNaN", + "parseFloat", + "parseInt", + "undefined", + "unescape", nullptr }; |
