Lines Matching refs:function
18 function SetConstructor(iterable) {
47 function SetAddJS(key) {
63 function SetHasJS(key) {
72 function SetDeleteJS(key) {
81 function SetGetSizeJS() {
90 function SetClearJS() {
99 function SetForEach(f, receiver) {
123 function SetUpSet() {
149 function MapConstructor(iterable) {
182 function MapGetJS(key) {
191 function MapSetJS(key, value) {
207 function MapHasJS(key) {
216 function MapDeleteJS(key) {
225 function MapGetSizeJS() {
234 function MapClearJS() {
243 function MapForEach(f, receiver) {
265 function SetUpMap() {