Lines Matching defs:obj
30 var accessorCallCount, setterArgument, setterValue, obj, forceDeopt; variable
35 function TestInlinedGetter(context, obj, expected) { argument
55 function value_context_for_getter(obj) { argument
59 function test_context_for_getter(obj) { argument
67 function effect_context_for_getter(obj) { argument
72 function TryGetter(context, getter, obj, expected, expectException) { argument
85 function TestGetterInAllContexts(getter, obj, expected, expectException) { argument
192 function TestInlinedSetter(context, obj, value, expected) { argument
216 function value_context_for_setter(obj, value) { argument
220 function test_context_for_setter(obj, value) { argument
228 function effect_context_for_setter(obj, value) { argument
233 function TrySetter(context, setter, obj, expectException, value, expected) { argument
246 function TestSetterInAllContexts(setter, obj, expectException) { argument