Browse Source
This adds a new undefined singleton to Python, that corresponds directly to JavaScript `undefined`. It's accessible via `js.undefined`. Signed-off-by: Damien George <damien@micropython.org>pull/14483/head
Damien George
6 months ago
8 changed files with 35 additions and 10 deletions
@ -1,5 +1,5 @@ |
|||
1 |
|||
2 |
|||
(<JsProxy 6>, 'Error', 'test') |
|||
(<JsProxy 7>, 'Error', 'test') |
|||
3 |
|||
true Error test |
|||
|
@ -1,2 +1,2 @@ |
|||
<JsProxy 1> |
|||
<JsProxy 2> |
|||
2 |
|||
|
Loading…
Reference in new issue