Home | History | Annotate | Download | only in cctest

Lines Matching defs:ReadOnly

4376   context->Global()->Set(prop, v8_num(7), v8::ReadOnly);
4378 CHECK_EQ(v8::ReadOnly, context->Global()->GetPropertyAttributes(prop));
10407 // Configured value of ReadOnly flag.
10420 // Default value of ReadOnly flag.
13103 // Add 'h' as an accessor to the proto template with ReadOnly attributes
13107 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
13109 // Add 'i' as an accessor to the instance template with ReadOnly attributes
13113 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
15361 global_proto->Set(v8_str("x"), v8::Integer::New(isolate, 0), v8::ReadOnly);
15362 global_proto->Set(v8_str("y"), v8::Integer::New(isolate, 0), v8::ReadOnly);
15420 global->Set(simple_property, v8::Int32::New(isolate, 4), v8::ReadOnly);
20346 obj->Set(v8_str("1"), v8_str("DONT_CHANGE"), v8::ReadOnly);
20349 obj->Set(v8_num(2), v8_str("DONT_CHANGE"), v8::ReadOnly);
20354 obj->Set(v8_str("2000000000"), v8_str("DONT_CHANGE"), v8::ReadOnly);