Home | History | Annotate | Download | only in src

Lines Matching full:is_const

2077     bool is_const = value->IsTheHole();
2079 ASSERT(is_var + is_const + is_function == 1);
2081 if (is_var || is_const) {
2121 if (is_const || (is_native && is_function)) {