Home
last modified time | relevance | path

Searched refs:boundCallable (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DBoundCallableLinker.java72 final BoundCallable boundCallable = (BoundCallable)objBoundCallable; in getGuardedInvocation() local
73 final Object callable = boundCallable.getCallable(); in getGuardedInvocation()
74 final Object boundThis = boundCallable.getBoundThis(); in getGuardedInvocation()
80 final Object[] boundArgs = boundCallable.getBoundArgs(); in getGuardedInvocation()
129 final MethodHandle newGuard = Guards.getIdentityGuard(boundCallable); in getGuardedInvocation()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dbuiltin_function.go77 func (r *Runtime) boundCallable(target func(FunctionCall) Value, boundArgs []Value) func(FunctionCa… func
143 …ff := r.newNativeFuncObj(v, r.boundCallable(fcall, call.Arguments), r.boundConstruct(construct, ca…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dbuiltin_function.go119 func (r *Runtime) boundCallable(target func(FunctionCall) Value, boundArgs []Value) func(FunctionCa… func
174 …ff := r.newNativeFuncObj(v, r.boundCallable(fcall, call.Arguments), r.boundConstruct(construct, ca…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dbuiltin_function.go119 func (r *Runtime) boundCallable(target func(FunctionCall) Value, boundArgs []Value) func(FunctionCa… func
174 …ff := r.newNativeFuncObj(v, r.boundCallable(fcall, call.Arguments), r.boundConstruct(construct, ca…