forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremove_bufferobject_properties.yaml
64 lines (59 loc) · 1.52 KB
/
remove_bufferobject_properties.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
objects:
# The bufferobject related built-ins have a DUK_BIDX_xxx constant so they
# must at present map to an object value (they may not be missing or map
# to e.g. null).
- id: bi_empty_bufferobject
class: Object
internal_prototype: bi_object_prototype
properties: []
- id: bi_global
modify: true
properties:
- key: 'DataView'
value:
type: object
id: bi_empty_bufferobject
- key: 'Uint8Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Uint8ClampedArray'
value:
type: object
id: bi_empty_bufferobject
- key: 'Int8Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Uint16Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Int16Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Uint32Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Int32Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Float32Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'Float64Array'
value:
type: object
id: bi_empty_bufferobject
- key: 'ArrayBuffer'
value:
type: object
id: bi_empty_bufferobject
- key: 'Buffer'
value:
type: object
id: bi_empty_bufferobject