Home | History | Annotate | Download | only in cctest

Lines Matching defs:ReadOnly

2454   context->Global()->Set(prop, v8_num(7), v8::ReadOnly);
2456 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
7836 // Configured value of ReadOnly flag.
7849 // Default value of ReadOnly flag.
10278 // Add 'h' as an accessor to the proto template with ReadOnly attributes
10282 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
10284 // Add 'i' as an accessor to the instance template with ReadOnly attributes
10288 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
12149 global_proto->Set(v8_str("x"), v8::Integer::New(0), v8::ReadOnly);
12150 global_proto->Set(v8_str("y"), v8::Integer::New(0), v8::ReadOnly);
12204 global->Set(simple_property, v8::Int32::New(4), v8::ReadOnly);
15990 obj->Set(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly);
15993 obj->Set(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly);
15998 obj->Set(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly);