We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8313f93 commit d64c4bbCopy full SHA for d64c4bb
xs/sources/xsSnapshot.c
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2016-2018 Moddable Tech, Inc.
+ * Copyright (c) 2016-2026 Moddable Tech, Inc.
3
*
4
* This file is part of the Moddable SDK Runtime.
5
@@ -737,7 +737,7 @@ static txCallback gxCallbacks[mxCallbacksLength] = {
737
fx_Map_prototype_getOrInsertComputed,
738
fx_Math_sumPrecise,
739
fx_WeakMap_prototype_getOrInsert,
740
- fx_Weak_prototype_getOrInsertComputed,
+ fx_WeakMap_prototype_getOrInsertComputed,
741
#endif
742
};
743
extern const txTypeDispatch gxTypeDispatches[];
0 commit comments