Searched defs:boundFunction (Results 1 – 3 of 3) sorted by relevance
203 … JSHandle<JSBoundFunction> boundFunction = factory->NewJSBoundFunction(target, thisArg, argsArray); in FunctionPrototypeBindInternal() local
347 JSHandle<JSBoundFunction> boundFunction(self); in NameGetter() local399 JSMutableHandle<JSBoundFunction> boundFunction(thread, self.GetTaggedValue()); in LengthGetter() local444 …JSHandle<JSBoundFunction> boundFunction(thread, JSBoundFunction::Cast(constructor->GetTaggedObject… in OrdinaryHasInstance() local
182 GateRef boundFunction = newBuilder.NewJSBoundFunction(glue, target, thisArg, argsArray); in PrototypeBind() local