Lines Matching refs:bind
18 * @tc.desc:test bind function
31 const boundGetX = unboundGetX.bind(module);
49 const leadingThirtysevenList = list.bind(null, 37);
52 const addThirtySeven = addArguments.bind(null, 37);
66 // TestCase: builtins bind function.
71 var bfoo = foo.bind(undefined, 1);
78 const v21 = Float32Array.bind(v6, 1, 2);
81 // TestCase: bind proxy
83 const bind_proxy = proxy.bind();
87 const f = ArrayBuffer.bind();
95 let fn=f1.bind(undefined,0,1,2,3,4,5,6,7,8,9);
98 BigInt64Array.bind(BigInt64Array,BigInt64Array,BigInt64Array)
99 const t9 = ("round").normalize.bind();
112 let testFuncBound = testFunc.bind(0, 1, 2);
116 testFuncBound = testFunc.bind();
120 var fb = func.bind({});