1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-27 19:55:26 +02:00

[swfinterp] Improve undefined representation

This commit is contained in:
Philipp Hagemeister 2014-11-17 08:02:48 +01:00
parent fbf94a7815
commit f48d3e9bbc

View File

@ -170,6 +170,10 @@ def __bool__(self):
def __hash__(self):
return 0
def __str__(self):
return 'undefined'
__repr__ = __str__
undefined = _Undefined()
@ -686,6 +690,7 @@ def resfunc(args):
res = _builtin_classes[mname]
else:
# Assume unitialized
# TODO warn here
res = undefined
stack.append(res)
elif opcode == 97: # setproperty