Lines Matching refs:function
18 function WeakMapConstructor(iterable) {
51 function WeakMapGet(key) {
63 function WeakMapSet(key, value) {
75 function WeakMapHas(key) {
87 function WeakMapDelete(key) {
99 function WeakMapClear() {
111 function SetUpWeakMap() {
134 function WeakSetConstructor(iterable) {
163 function WeakSetAdd(value) {
175 function WeakSetHas(value) {
187 function WeakSetDelete(value) {
199 function WeakSetClear() {
211 function SetUpWeakSet() {