Home | History | Annotate | Download | only in runtime

Lines Matching full:is_strong

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