Lines Matching defs:raw
1743 ScopeInfo raw = *scope_info;
1745 raw.set_flags(flags);
1746 DCHECK(!raw.IsEmpty());
1748 raw.set_context_local_count(variable_count);
1750 raw.set_parameter_count(0);
1751 if (raw.HasPositionInfo()) {
1752 raw.SetPositionInfo(0, 0);
1772 SharedFunctionInfo raw = *shared;
1774 raw.set_syntax_kind(FunctionSyntaxKind::kAccessorOrMethod);
1776 raw.set_script(*script_);
1777 raw.set_function_literal_id(shared_function_info_index);
1778 raw.set_internal_formal_parameter_count(JSParameterCount(parameter_count));
1780 raw.set_language_mode(LanguageMode::kStrict);
1781 raw.set_uncompiled_data(*uncompiled_data);
1782 raw.set_allows_lazy_compilation(true);
1784 HeapObjectReference::Weak(raw));
1796 // Guards raw pointer "context" below.
1826 Script raw = *script_;
1827 raw.set_type(Script::TYPE_WEB_SNAPSHOT);
1828 raw.set_shared_function_infos(shared_function_infos_);
1829 raw.set_shared_function_info_table(*shared_function_info_table_);
2365 // Throw can allocate, but it's ok, since we're not using the raw