tbodt / v8py

Write Python APIs, then call them from JavaScript using the V8 engine.
GNU Lesser General Public License v3.0
440 stars 28 forks source link

ReferenceError: xxxx is not defined #46

Open RonaldinhoL opened 3 years ago

RonaldinhoL commented 3 years ago

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?

RonaldinhoL commented 3 years ago

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