Home | History | Annotate | Download | only in cctest

Lines Matching refs:SetAccessor

885   templ->SetAccessor(v8_str("m"), GetM);
939 super->InstanceTemplate()->SetAccessor(v8_str("knurd"), GetKnurd);
2370 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"));
2383 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"));
2431 SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"));
2495 templ->SetAccessor(v8_str("x"), GetXValue, SetXValue, v8_str("donut"));
3724 obj->SetAccessor(v8_str("p1"), PGetter);
3725 obj->SetAccessor(v8_str("p2"), PGetter);
3726 obj->SetAccessor(v8_str("p3"), PGetter);
3727 obj->SetAccessor(v8_str("p4"), PGetter);
3747 templ->SetAccessor(v8_str("t"), PGetter2);
3883 obj->SetAccessor(v8_str("y"), YGetter, YSetter);
4532 global_template->SetAccessor(
4539 global_template->SetAccessor(v8_str("blocked_prop"),
4677 proto_template->SetAccessor(v8_str("accessible"),
4683 global_template->SetAccessor(v8_str("unreachable"),
5154 instance->SetAccessor(v8_str("y"), ShadowYGetter, ShadowYSetter);
5900 templ->SetAccessor(v8_str("y"), Return239);
5917 templ_p->SetAccessor(v8_str("y"), Return239);
5937 templ->SetAccessor(v8_str("y"), Return239);
5966 templ_p->SetAccessor(v8_str("y"), Return239);
5994 templ_p->SetAccessor(v8_str("y"), Return239, SetOnThis);
6026 templ_p->SetAccessor(v8_str("y"), Return239, SetOnThis);
6810 parent_instance_templ->SetAccessor(v8_str("f"), ParentGetter);
6819 child_instance_templ->SetAccessor(v8_str("f"), ChildGetter);
6821 child_instance_templ->SetAccessor(v8_str("g"), ParentGetter);
6822 child_instance_templ->SetAccessor(v8_str("g"), ChildGetter);
6827 child_proto_templ->SetAccessor(v8_str("h"), ParentGetter, 0,
6833 child_instance_templ->SetAccessor(v8_str("i"), ChildGetter, 0,
8419 templ->SetAccessor(access_property, ForceSetGetter, ForceSetSetter);
9727 templ->SetAccessor(v8_str("x"),