57 lines
944 B
Plaintext
57 lines
944 B
Plaintext
|
Tests Runtime.evaluate with unserializable results.
|
||
|
-0
|
||
|
{
|
||
|
id : <messageId>
|
||
|
result : {
|
||
|
result : {
|
||
|
description : -0
|
||
|
type : number
|
||
|
unserializableValue : -0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
NaN
|
||
|
{
|
||
|
id : <messageId>
|
||
|
result : {
|
||
|
result : {
|
||
|
description : NaN
|
||
|
type : number
|
||
|
unserializableValue : NaN
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
Infinity
|
||
|
{
|
||
|
id : <messageId>
|
||
|
result : {
|
||
|
result : {
|
||
|
description : Infinity
|
||
|
type : number
|
||
|
unserializableValue : Infinity
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
-Infinity
|
||
|
{
|
||
|
id : <messageId>
|
||
|
result : {
|
||
|
result : {
|
||
|
description : -Infinity
|
||
|
type : number
|
||
|
unserializableValue : -Infinity
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
1n
|
||
|
{
|
||
|
id : <messageId>
|
||
|
result : {
|
||
|
result : {
|
||
|
description : 1n
|
||
|
type : bigint
|
||
|
unserializableValue : 1n
|
||
|
}
|
||
|
}
|
||
|
}
|