forked from fealebenpae/JavaScriptCore-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSInputs.json
More file actions
27 lines (26 loc) · 736 Bytes
/
JSInputs.json
File metadata and controls
27 lines (26 loc) · 736 Bytes
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
{
"types": {
"Global": [
{ "name": "double", "mode": "SCALAR" },
{ "name": "uint64_t", "mode": "SCALAR" }
]
},
"inputs": [
{
"name": "GetCurrentTime",
"description": "Supplies the system time to Date.now() and new Date().",
"queue": "SCRIPT_MEMOIZED",
"members": [
{ "name": "currentTime", "type": "double" }
]
},
{
"name": "SetRandomSeed",
"description": "Sets the PRNG seed used by Math.random().",
"queue": "SCRIPT_MEMOIZED",
"members": [
{ "name": "randomSeed", "type": "uint64_t" }
]
}
]
}