Skip to content

MISSING_VAR reports for variables inside lock{} #488

@redtopia

Description

@redtopia

In the following example, both variables test and r generate errors:

	function test () {
		var test = 1;
		var r = {};
		lock name="mylock" type="exclusive" timeout="20" throwontimeout=true {
			r.test = test;
		}
	}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions