1# Copyright (c) 2023 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14function Function() { [native code] }
15Function
16ReferenceError: Function is not defined
17function RangeError() { [native code] }
18RangeError
19ReferenceError: RangeError is not defined
20function Error() { [native code] }
21Error
22ReferenceError: Error is not defined
23function Object() { [native code] }
24Object
25ReferenceError: Object is not defined
26function SyntaxError() { [native code] }
27SyntaxError
28ReferenceError: SyntaxError is not defined
29function TypeError() { [native code] }
30TypeError
31ReferenceError: TypeError is not defined
32function ReferenceError() { [native code] }
33ReferenceError
34ReferenceError: ReferenceError is not defined
35function URIError() { [native code] }
36URIError
37ReferenceError: URIError is not defined
38function Symbol() { [native code] }
39Symbol
40ReferenceError: Symbol is not defined
41function EvalError() { [native code] }
42EvalError
43ReferenceError: EvalError is not defined
44function Number() { [native code] }
45Number
46ReferenceError: Number is not defined
47function parseFloat() { [native code] }
48parseFloat
49ReferenceError: parseFloat is not defined
50function Date() { [native code] }
51Date
52ReferenceError: Date is not defined
53function Boolean() { [native code] }
54Boolean
55ReferenceError: Boolean is not defined
56function BigInt() { [native code] }
57BigInt
58ReferenceError: BigInt is not defined
59function parseInt() { [native code] }
60parseInt
61ReferenceError: parseInt is not defined
62function WeakMap() { [native code] }
63WeakMap
64ReferenceError: WeakMap is not defined
65function RegExp() { [native code] }
66RegExp
67ReferenceError: RegExp is not defined
68function Set() { [native code] }
69Set
70ReferenceError: Set is not defined
71function Map() { [native code] }
72Map
73ReferenceError: Map is not defined
74function WeakRef() { [native code] }
75WeakRef
76ReferenceError: WeakRef is not defined
77function WeakSet() { [native code] }
78WeakSet
79ReferenceError: WeakSet is not defined
80function FinalizationRegistry() { [native code] }
81FinalizationRegistry
82ReferenceError: FinalizationRegistry is not defined
83function Array() { [native code] }
84Array
85ReferenceError: Array is not defined
86function Uint8ClampedArray() { [native code] }
87Uint8ClampedArray
88ReferenceError: Uint8ClampedArray is not defined
89function Uint8Array() { [native code] }
90Uint8Array
91ReferenceError: Uint8Array is not defined
92function TypedArray() { [native code] }
93TypedArray
94ReferenceError: TypedArray is not defined
95function Int8Array() { [native code] }
96Int8Array
97ReferenceError: Int8Array is not defined
98function Uint16Array() { [native code] }
99Uint16Array
100ReferenceError: Uint16Array is not defined
101function Uint32Array() { [native code] }
102Uint32Array
103ReferenceError: Uint32Array is not defined
104function Int16Array() { [native code] }
105Int16Array
106ReferenceError: Int16Array is not defined
107function Int32Array() { [native code] }
108Int32Array
109ReferenceError: Int32Array is not defined
110function Float32Array() { [native code] }
111Float32Array
112ReferenceError: Float32Array is not defined
113function Float64Array() { [native code] }
114Float64Array
115ReferenceError: Float64Array is not defined
116function BigInt64Array() { [native code] }
117BigInt64Array
118ReferenceError: BigInt64Array is not defined
119function BigUint64Array() { [native code] }
120BigUint64Array
121ReferenceError: BigUint64Array is not defined
122function SharedArrayBuffer() { [native code] }
123SharedArrayBuffer
124ReferenceError: SharedArrayBuffer is not defined
125function DataView() { [native code] }
126DataView
127ReferenceError: DataView is not defined
128function String() { [native code] }
129String
130ReferenceError: String is not defined
131function ArrayBuffer() { [native code] }
132ArrayBuffer
133ReferenceError: ArrayBuffer is not defined
134function eval() { [native code] }
135eval
136ReferenceError: eval is not defined
137function isFinite() { [native code] }
138isFinite
139ReferenceError: isFinite is not defined
140function decodeURI() { [native code] }
141decodeURI
142ReferenceError: decodeURI is not defined
143function decodeURIComponent() { [native code] }
144decodeURIComponent
145ReferenceError: decodeURIComponent is not defined
146function isNaN() { [native code] }
147isNaN
148ReferenceError: isNaN is not defined
149function encodeURI() { [native code] }
150encodeURI
151ReferenceError: encodeURI is not defined
152function encodeURIComponent() { [native code] }
153encodeURIComponent
154ReferenceError: encodeURIComponent is not defined
155[object Math]
156Math
157ReferenceError: Math is not defined
158[object JSON]
159JSON
160ReferenceError: JSON is not defined
161[object Atomics]
162Atomics
163ReferenceError: Atomics is not defined
164[object Reflect]
165Reflect
166ReferenceError: Reflect is not defined
167function Promise() { [native code] }
168Promise
169ReferenceError: Promise is not defined
170function Proxy() { [native code] }
171Proxy
172ReferenceError: Proxy is not defined
173function GeneratorFunction() { [native code] }
174GeneratorFunction
175ReferenceError: GeneratorFunction is not defined
176[object Intl]
177Intl
178ReferenceError: Intl is not defined
179