File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -848,6 +848,7 @@ static ExitCode InitializeNodeWithArgsInternal(
848
848
// These features are completed and enabled by default in Chrome, but not
849
849
// in V8.
850
850
V8::SetFlagsFromString (" --js-explicit-resource-management" );
851
+ V8::SetFlagsFromString (" --js-float16array" );
851
852
852
853
#if defined(NODE_V8_OPTIONS)
853
854
// Should come before the call to V8::SetFlagsFromCommandLine()
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ const intrinsics = new Set([
33
33
'Int8Array' ,
34
34
'Uint16Array' ,
35
35
'Int16Array' ,
36
+ 'Float16Array' ,
36
37
'Uint32Array' ,
37
38
'Int32Array' ,
38
39
'Float32Array' ,
Original file line number Diff line number Diff line change 70
70
"requires" : [" full-icu" ]
71
71
},
72
72
"encodeInto.any.js" : {
73
- "fail" : {
74
- "expected" : [
75
- " Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer" ,
76
- " Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer"
77
- ]
78
- },
79
73
"requires" : [" small-icu" ]
80
74
},
81
75
"textdecoder-copy.any.js" : {
You can’t perform that action at this time.
0 commit comments