Skip to content

Commit

Permalink
Add client_transparent attribute to String constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
DutChen18 authored and yuri91 committed Sep 2, 2024
1 parent 1922115 commit 905ba5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/client/new/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,9 @@ namespace [[cheerp::genericjs]] client {
[[cheerp::interface_name(("fromCharCode"))]]
static _Any* _fromCharCode(_Args... data);
public:
[[cheerp::client_transparent]]
String(const String* x) noexcept;
[[cheerp::client_transparent]]
String(const String& x) noexcept;
String(long x) noexcept;
String(unsigned long x) noexcept;
Expand Down

0 comments on commit 905ba5d

Please sign in to comment.