Skip to content

Commit 085ac08

Browse files
torokati44Dinnerbone
authored andcommitted
Update AVM2 API report
1 parent 29ea265 commit 085ac08

File tree

1 file changed

+27
-38
lines changed

1 file changed

+27
-38
lines changed

assets/report.json

+27-38
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"summary": {
33
"max_points": 4560,
4-
"impl_points": 3379,
5-
"stub_penalty": 287
4+
"impl_points": 3394,
5+
"stub_penalty": 289
66
},
77
"classes": {
88
"flash.events.MouseEvent": {
@@ -360,7 +360,7 @@
360360
"summary": {
361361
"max_points": 41,
362362
"impl_points": 22,
363-
"stub_penalty": 12
363+
"stub_penalty": 10
364364
},
365365
"missing": [
366366
"getAtomWordBoundaryOnLeft()",
@@ -388,8 +388,6 @@
388388
"hasGraphicElement",
389389
"ascent",
390390
"textBlockBeginIndex",
391-
"textHeight",
392-
"textWidth",
393391
"unjustifiedTextWidth",
394392
"getAtomBounds()",
395393
"validity",
@@ -658,14 +656,11 @@
658656
"flash.text.engine.GroupElement": {
659657
"summary": {
660658
"max_points": 11,
661-
"impl_points": 4,
659+
"impl_points": 7,
662660
"stub_penalty": 0
663661
},
664662
"missing": [
665-
"getElementIndex()",
666-
"getElementAt()",
667663
"ungroupElements()",
668-
"splitTextElement()",
669664
"mergeTextElements()",
670665
"getElementAtCharIndex()",
671666
"groupElements()"
@@ -1526,16 +1521,16 @@
15261521
"flash.ui.ContextMenu": {
15271522
"summary": {
15281523
"max_points": 9,
1529-
"impl_points": 5,
1530-
"stub_penalty": 0
1524+
"impl_points": 7,
1525+
"stub_penalty": 1
15311526
},
15321527
"missing": [
15331528
"link",
1534-
"clone()",
1535-
"clipboardMenu",
1536-
"clipboardItems"
1529+
"clone()"
15371530
],
1538-
"stubbed": []
1531+
"stubbed": [
1532+
"static isSupported"
1533+
]
15391534
},
15401535
"flash.globalization.LastOperationStatus": {
15411536
"summary": {
@@ -1707,12 +1702,10 @@
17071702
"flash.accessibility.AccessibilityImplementation": {
17081703
"summary": {
17091704
"max_points": 15,
1710-
"impl_points": 14,
1705+
"impl_points": 15,
17111706
"stub_penalty": 0
17121707
},
1713-
"missing": [
1714-
"accDoDefaultAction()"
1715-
],
1708+
"missing": [],
17161709
"stubbed": []
17171710
},
17181711
"flash.display3D.Context3DBlendFactor": {
@@ -2081,7 +2074,7 @@
20812074
"summary": {
20822075
"max_points": 25,
20832076
"impl_points": 24,
2084-
"stub_penalty": 5
2077+
"stub_penalty": 6
20852078
},
20862079
"missing": [
20872080
"lineShaderStyle()"
@@ -2091,6 +2084,7 @@
20912084
"drawPath()",
20922085
"drawRoundRectComplex()",
20932086
"drawTriangles()",
2087+
"drawGraphicsData()",
20942088
"readGraphicsData()"
20952089
]
20962090
},
@@ -3855,17 +3849,10 @@
38553849
"flash.ui.ContextMenuClipboardItems": {
38563850
"summary": {
38573851
"max_points": 7,
3858-
"impl_points": 0,
3852+
"impl_points": 7,
38593853
"stub_penalty": 0
38603854
},
3861-
"missing": [
3862-
"clear",
3863-
"copy",
3864-
"selectAll",
3865-
"cut",
3866-
"paste",
3867-
"clone()"
3868-
],
3855+
"missing": [],
38693856
"stubbed": []
38703857
},
38713858
"flash.display.StageAlign": {
@@ -4108,16 +4095,17 @@
41084095
"flash.text.engine.FontDescription": {
41094096
"summary": {
41104097
"max_points": 11,
4111-
"impl_points": 7,
4112-
"stub_penalty": 0
4098+
"impl_points": 8,
4099+
"stub_penalty": 1
41134100
},
41144101
"missing": [
41154102
"locked",
41164103
"clone()",
4117-
"static isDeviceFontCompatible()",
4118-
"static isFontCompatible()"
4104+
"static isDeviceFontCompatible()"
41194105
],
4120-
"stubbed": []
4106+
"stubbed": [
4107+
"static isFontCompatible()"
4108+
]
41214109
},
41224110
"flash.text.StyleSheet": {
41234111
"summary": {
@@ -4952,11 +4940,10 @@
49524940
"flash.system.Security": {
49534941
"summary": {
49544942
"max_points": 14,
4955-
"impl_points": 11,
4943+
"impl_points": 12,
49564944
"stub_penalty": 4
49574945
},
49584946
"missing": [
4959-
"static pageDomain",
49604947
"static exactSettings",
49614948
"static disableAVM1Loading"
49624949
],
@@ -4991,14 +4978,16 @@
49914978
"summary": {
49924979
"max_points": 43,
49934980
"impl_points": 40,
4994-
"stub_penalty": 0
4981+
"stub_penalty": 1
49954982
},
49964983
"missing": [
49974984
"atomicCompareAndSwapLength()",
49984985
"atomicCompareAndSwapIntAt()",
49994986
"shareable"
50004987
],
5001-
"stubbed": []
4988+
"stubbed": [
4989+
"writeObject()"
4990+
]
50024991
},
50034992
"flash.text.TextDisplayMode": {
50044993
"summary": {

0 commit comments

Comments
 (0)