forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathILLink.Descriptors.LegacyJsInterop.xml
More file actions
24 lines (24 loc) · 1.11 KB
/
ILLink.Descriptors.LegacyJsInterop.xml
File metadata and controls
24 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<linker>
<!-- LegacyExports need to be protected from trimming because methods are used from C/JS code which IL linker can't see -->
<assembly fullname="System.Runtime.InteropServices.JavaScript">
<type fullname="System.Runtime.InteropServices.JavaScript.LegacyExports">
<method name="GetCSOwnedObjectByJSHandleRef" />
<method name="GetCSOwnedObjectJSHandleRef" />
<method name="TryGetCSOwnedObjectJSHandleRef" />
<method name="CreateCSOwnedProxyRef" />
<method name="GetJSOwnedObjectByGCHandleRef" />
<method name="GetJSOwnedObjectGCHandleRef" />
<method name="CreateTaskSource" />
<method name="SetTaskSourceResultRef" />
<method name="SetTaskSourceFailure" />
<method name="GetTaskSourceTaskRef" />
<method name="SetupJSContinuationRef" />
<method name="ObjectToStringRef" />
<method name="GetDateValueRef" />
<method name="CreateDateTimeRef" />
<method name="CreateUriRef" />
<method name="IsSimpleArrayRef" />
<method name="GetCallSignatureRef" />
</type>
</assembly>
</linker>