tbodt/v8py

ReferenceError: xxxx is not defined

RonaldinhoL opened this issue · 1 comments

i am runing a complicated script, in somewhere i just use

window["xxxx"] = "xxx"

then i got "ReferenceError: xxxx is not defined"
is it a bug?

i can read window["xxxx"] but i can not write