Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

35 function TestInlinedGetter(context, obj, expected) {
55 function value_context_for_getter(obj) {
59 function test_context_for_getter(obj) {
67 function effect_context_for_getter(obj) {
72 function TryGetter(context, getter, obj, expected, expectException) {
85 function TestGetterInAllContexts(getter, obj, expected, expectException) {
95 function getter1() {
102 function ConstrG1() { }
111 function getter2() {
118 function ConstrG2() { }
127 function getter3() {
133 function ConstrG3() { }
142 function getter4(a) {
149 function ConstrG4() { }
158 function getter5(a) {
166 function ConstrG5() { }
175 function getter6() {
183 function ConstrG6() { }
192 function TestInlinedSetter(context, obj, value, expected) {
216 function value_context_for_setter(obj, value) {
220 function test_context_for_setter(obj, value) {
228 function effect_context_for_setter(obj, value) {
233 function TrySetter(context, setter, obj, expectException, value, expected) {
246 function TestSetterInAllContexts(setter, obj, expectException) {
256 function setter1(value) {
263 function ConstrS1() { }
272 function setter2(value) {
280 function ConstrS2() { }
289 function setter3() {
296 function ConstrS3() { }
305 function setter4() {
313 function ConstrS4() { }
322 function setter5(value, foo) {
330 function ConstrS5() { }
339 function setter6(value, foo) {
348 function ConstrS6() { }
357 function setter7(value) {
364 function ConstrS7() { }