Home | History | Annotate | Download | only in es6

Lines Matching refs:function

12 function TestDirectArgumentsIteratorProperty() {
25 function TestIndirectArgumentsIteratorProperty() {
34 function assertIteratorResult(value, done, result) {
39 function TestDirectValues1(a, b, c) {
49 function TestIndirectValues1(a, b, c) {
60 function TestDirectValues2(a, b, c) {
74 function TestIndirectValues2(a, b, c) {
89 function TestDirectValues3(a, b, c) {
100 function TestIndirectValues3(a, b, c) {
112 function TestDirectValues4(a, b, c) {
125 function TestIndirectValues4(a, b, c) {
139 function TestForOf() {
150 function TestAssignmentToIterator() {
163 function TestArgumentsMutation() {
176 function TestSloppyArgumentsAliasing(a0, a1, a2, a3, a4) {
189 function TestStrictArgumentsAliasing(a0, a1, a2, a3, a4) {
203 function TestArgumentsAsProto() {