Source code
Revision control
Copy as Markdown
Other Tools
[name-property.html]
expected:
if (os == "linux") and debug and fission: CRASH
if (os == "linux") and not debug and not fission: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]