porffor 0.36.0 → 0.36.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compiler/builtins/object.ts +1 -1
- package/compiler/builtins_precompiled.js +107 -107
- package/compiler/codegen.js +80 -67
- package/package.json +1 -1
- package/runner/index.js +1 -1
@@ -704,7 +704,7 @@ export const __Object_prototype_toString = (_this: any) => {
|
|
704
704
|
return out = '[object Object]';
|
705
705
|
};
|
706
706
|
|
707
|
-
export const __Object_prototype_toLocaleString = (_this: any) =>
|
707
|
+
export const __Object_prototype_toLocaleString = (_this: any) => __Object_prototype_toString(_this);
|
708
708
|
|
709
709
|
export const __Object_prototype_valueOf = (_this: any) => {
|
710
710
|
// todo: ToObject
|