Lines Matching refs:SetAccessor
999 fun_templ->InstanceTemplate()->SetAccessor(v8_str("m"), accessor);
1852 templ->SetAccessor(v8_str("m"), GetM);
2227 super->InstanceTemplate()->SetAccessor(v8_str("knurd"), GetKnurd);
2957 CHECK(obj->SetAccessor(env.local(), sym3, SymbolAccessorGetter,
6521 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"));
6539 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"));
6591 templ->SetAccessor(v8_str("x"), GetXValue, NULL, v8_str("donut"));
6663 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6671 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6699 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6703 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6727 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6731 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6753 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6757 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6768 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6772 ->SetAccessor(context.local(), v8_str("x"), GetXValue, NULL,
6824 ->SetAccessor(context.local(), v8_str("239"), Get239Value, NULL,
6828 ->SetAccessor(context.local(), v8_str("239"), Get239Value, NULL,
6857 templ->SetAccessor(v8_str("x"), GetXValue, SetXValue, v8_str("donut"));
6880 templ->SetAccessor(v8_str("x"), NULL, SetXValue, v8_str("donut"));
6903 templ->SetAccessor(v8_str("x"), static_cast<v8::AccessorGetterCallback>(NULL),
8130 obj->SetAccessor(v8_str("p1"), PGetter);
8131 obj->SetAccessor(v8_str("p2"), PGetter);
8132 obj->SetAccessor(v8_str("p3"), PGetter);
8133 obj->SetAccessor(v8_str("p4"), PGetter);
8155 templ->SetAccessor(v8_str("t"), PGetter2);
8948 obj->SetAccessor(v8_str("y"), YGetter, YSetter);
9887 global_template->SetAccessor(
9893 global_template->SetAccessor(v8_str("blocked_prop"), UnreachableGetter,
10064 global_template->SetAccessor(
10070 global_template->SetAccessor(v8_str("blocked_prop"), UnreachableGetter,
10144 obj_template->SetAccessor(
10233 proto_template->SetAccessor(v8_str("accessible"), ConstTenGetter, 0,
10237 global_template->SetAccessor(v8_str("unreachable"), UnreachableGetter, 0,
10660 instance->SetAccessor(v8_str("y"), ShadowYGetter, ShadowYSetter);
11063 i1->SetAccessor(v8_str("foo"),
11065 i1->SetAccessor(v8_str("bar"),
11067 i1->SetAccessor(v8_str("baz"),
12274 obj->SetAccessor(v8_str("p1"), accessor);
12310 obj->SetAccessor(v8_str("p1"), ThrowingDirectGetterCallback);
12848 instance_templ->SetAccessor(v8_str("f"), ThrowingGetter);
13027 parent_instance_templ->SetAccessor(v8_str("f"), ParentGetter);
13036 child_instance_templ->SetAccessor(v8_str("f"), ChildGetter);
13038 child_instance_templ->SetAccessor(v8_str("g"), ParentGetter);
13039 child_instance_templ->SetAccessor(v8_str("g"), ChildGetter);
13044 child_proto_templ->SetAccessor(v8_str("h"), ParentGetter, 0,
13050 child_instance_templ->SetAccessor(v8_str("i"), ChildGetter, 0,
13114 instance_templ->SetAccessor(v8_str("f"), ShouldThrowOnErrorGetter,
13489 ->SetAccessor(context.local(), toStringTag, ThrowingSymbolAccessorGetter)
13500 ->SetAccessor(context.local(), toStringTag,
18853 templ->SetAccessor(v8_str("x"), GetterWhichReturns42,
19005 templ->SetAccessor(v8_str("x"), GetterWhichReturns42,
19446 CHECK(global0->SetAccessor(context1.local(), v8_str("x"), GetXValue, NULL,
20514 templ->SetAccessor(v8_str("foo"), HasOwnPropertyAccessorGetter);
21727 inst->SetAccessor(v8_str("foo"), InstanceCheckedGetter, InstanceCheckedSetter,
21768 inst->SetAccessor(v8_str("foo"), InstanceCheckedGetter, InstanceCheckedSetter,
21798 proto->SetAccessor(v8_str("foo"), InstanceCheckedGetter,
21884 templ->SetAccessor(v8_str("foo"),
21947 templ->SetAccessor(v8_str("foo"),
22037 templ->SetAccessor(v8_str("foo"),
22848 templ->SetAccessor(v8_str("x"), 0, SetterWhichExpectsThisAndHolderToDiffer);