Home | History | Annotate | Download | only in src

Lines Matching refs:null_value

1910   map->set_prototype(null_value(), SKIP_WRITE_BARRIER);
1911 map->set_constructor(null_value(), SKIP_WRITE_BARRIER);
2067 meta_map()->set_prototype(null_value());
2068 meta_map()->set_constructor(null_value());
2070 fixed_array_map()->set_prototype(null_value());
2071 fixed_array_map()->set_constructor(null_value());
2073 oddball_map()->set_prototype(null_value());
2074 oddball_map()->set_constructor(null_value());
2457 // Initialize the null_value.
2459 null_value()->Initialize("null", Smi::FromInt(0), Oddball::kNull);