Lines Matching refs:function
41 function SetConstructor() {
50 function SetAdd(key) {
62 function SetHas(key) {
74 function SetDelete(key) {
86 function MapConstructor() {
95 function MapGet(key) {
107 function MapSet(key, value) {
119 function MapHas(key) {
131 function MapDelete(key) {
148 function WeakMapConstructor() {
157 function WeakMapGet(key) {
169 function WeakMapSet(key, value) {
181 function WeakMapHas(key) {
193 function WeakMapDelete(key) {
211 (function () {
214 // Set up the Set and Map constructor function.
237 // Set up the WeakMap constructor function.