Home | History | Annotate | Download | only in src

Lines Matching full:is_const_property

1292     bool is_const_property = value->IsTheHole();
1294 if (value->IsUndefined() || is_const_property) {
1336 if (is_const_property || (is_native && is_function_declaration)) {