We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9782d41 commit ddd5145Copy full SHA for ddd5145
lib/SCACore/SCAEngine.h
@@ -48,7 +48,9 @@ namespace Js
48
{
49
PROBE_STACK(m_cloner->GetScriptContext(), Constants::MinStackDefault);
50
51
+#if ENABLE_COPYONACCESS_ARRAY
52
JavascriptLibrary::CheckAndConvertCopyOnAccessNativeIntArray<Src>(src);
53
+#endif
54
55
typename Cloner::SrcTypeId typeId = m_cloner->GetTypeId(src);
56
lib/SCACore/SCASerialization.cpp
@@ -247,9 +247,11 @@ namespace Js
247
}
248
#endif
249
250
251
case TypeIds_CopyOnAccessNativeIntArray:
252
Assert(false);
253
// fall-through
254
255
256
default:
257
if (IsTypedArray(typeId))
0 commit comments