Lines Matching refs:is_strong
19 bool is_strong, bool* is_result_from_cache) { in ComputeObjectLiteralMap() argument
33 context, number_of_properties, is_strong, is_result_from_cache); in ComputeObjectLiteralMap()
38 Handle<FixedArray> constant_properties, bool is_strong);
44 bool has_function_literal, bool is_strong) { in CreateObjectLiteralBoilerplate() argument
53 ? Handle<Map>(is_strong in CreateObjectLiteralBoilerplate()
56 : ComputeObjectLiteralMap(context, constant_properties, is_strong, in CreateObjectLiteralBoilerplate()
88 CreateLiteralBoilerplate(isolate, literals, array, is_strong), in CreateObjectLiteralBoilerplate()
143 Handle<FixedArray> elements, bool is_strong) { in CreateArrayLiteralBoilerplate() argument
162 Strength strength = is_strong ? Strength::STRONG : Strength::WEAK; in CreateArrayLiteralBoilerplate()
200 CreateLiteralBoilerplate(isolate, literals, fa, is_strong), in CreateArrayLiteralBoilerplate()
217 bool is_strong) { in CreateLiteralBoilerplate() argument
223 kHasNoFunctionLiteral, is_strong); in CreateLiteralBoilerplate()
226 kHasNoFunctionLiteral, is_strong); in CreateLiteralBoilerplate()
229 elements, is_strong); in CreateLiteralBoilerplate()
267 bool is_strong = (flags & ObjectLiteral::kIsStrong) != 0; in RUNTIME_FUNCTION() local
282 has_function_literal, is_strong)); in RUNTIME_FUNCTION()
312 Handle<FixedArray> elements, bool is_strong) { in GetLiteralAllocationSite() argument
322 is_strong), in GetLiteralAllocationSite()
349 bool is_strong = (flags & ArrayLiteral::kIsStrong) != 0; in CreateArrayLiteralImpl() local
353 is_strong), in CreateArrayLiteralImpl()