Lines Matching defs:ReadOnly
4142 context->Global()->Set(prop, v8_num(7), v8::ReadOnly);
4144 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
10022 // Configured value of ReadOnly flag.
10035 // Default value of ReadOnly flag.
12650 // Add 'h' as an accessor to the proto template with ReadOnly attributes
12654 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
12656 // Add 'i' as an accessor to the instance template with ReadOnly attributes
12660 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
14909 global_proto->Set(v8_str("x"), v8::Integer::New(0), v8::ReadOnly);
14910 global_proto->Set(v8_str("y"), v8::Integer::New(0), v8::ReadOnly);
14967 global->Set(simple_property, v8::Int32::New(4), v8::ReadOnly);
19544 obj->Set(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly);
19547 obj->Set(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly);
19552 obj->Set(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly);