Bug 1523969 part 13 - Move method definition inline comments to new line in 'js/'. r=jorendorff

Differential Revision: https://phabricator.services.mozilla.com/D21114
This commit is contained in:
Ryan Hunt
2019-02-25 16:09:04 -06:00
parent ce123777bf
commit ab5f7e02dc
93 changed files with 2354 additions and 1830 deletions

View File

@@ -954,8 +954,9 @@ JSScript* ScriptPreloader::WaitForCachedScript(JSContext* cx,
return script->GetJSScript(cx);
}
/* static */ void ScriptPreloader::OffThreadDecodeCallback(
JS::OffThreadToken* token, void* context) {
/* static */
void ScriptPreloader::OffThreadDecodeCallback(JS::OffThreadToken* token,
void* context) {
auto cache = static_cast<ScriptPreloader*>(context);
cache->mMonitor.AssertNotCurrentThreadOwns();