Support null-filled HandleScopes without mutator_lock_

Creating a HandleScope used to always require (via assert) the
mutator_lock_ be held. When the scope is filled with null (as it
normally is) this is not needed however.

Test: ./test.py --host
Change-Id: I47acbcaeafc7617f264233a5ab869eded6a22473
2 files changed