Lines Matching refs:result
314 MaybeHandle<JSObject> result = v.StructureWalk(object);
316 DCHECK(!result.ToHandle(&for_assert) || for_assert.is_identical_to(object));
317 return result;
323 MaybeHandle<JSObject> result = v.StructureWalk(object);
325 DCHECK(!result.ToHandle(&for_assert) || for_assert.is_identical_to(object));
326 return result;
494 Handle<JSObject> result =
496 fixed_array_values_copy->set(i, *result);
503 Handle<JSObject> result = CreateObjectLiteral(
505 fixed_array_values_copy->set(i, *result);