Lines Matching full:global_proto
8368 v8::Handle<v8::Object> global_proto =8370 global_proto->Set(v8_str("x"), v8::Integer::New(0), v8::ReadOnly);8371 global_proto->Set(v8_str("y"), v8::Integer::New(0), v8::ReadOnly);