Searched refs:isCallable (Results 1 - 19 of 19) sorted by relevance

/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DOperationEntry.java38 boolean isCallable,
44 setPanel(isCallable, button, xoperations);
47 private void setPanel(boolean isCallable, argument
73 isCallable,
37 OperationEntry(MBeanOperationInfo operation, boolean isCallable, JButton button, XOperations xoperations) argument
H A DXTextField.java73 boolean isCallable,
81 if(isCallable)
85 if (fieldEditable && isCallable) {
70 XTextField(Object value, Class<?> expectedClass, int colWidth, boolean isCallable, JButton button, XOperations operation) argument
H A DXOperations.java122 boolean callable = isCallable(operations[i].getSignature());
150 private boolean isCallable(MBeanParameterInfo[] signature) { method in class:XOperations
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DAbstractIterator.java162 if (Bootstrap.isCallable(getter)) {
200 if (!Bootstrap.isCallable(next)) {
H A DNativeJSON.java143 if (Bootstrap.isCallable(replacer)) {
236 if (Bootstrap.isCallable(toJSON)) {
242 if (Bootstrap.isCallable(toJSON)) {
H A DNativeMap.java208 if (!Bootstrap.isCallable(callbackFn)) {
H A DNativeSet.java194 if (!Bootstrap.isCallable(callbackFn)) {
H A DNativeJava.java124 return Bootstrap.isCallable(obj) && !(obj instanceof ScriptFunction);
H A DNativeArray.java532 if (Bootstrap.isCallable(join)) {
582 if (Bootstrap.isCallable(toLocaleString)) {
1188 if (!Bootstrap.isCallable(comparefn)) {
H A DGlobal.java1357 if (Bootstrap.isCallable(toString)) {
1365 if (Bootstrap.isCallable(valueOf)) {
1376 if (Bootstrap.isCallable(valueOf)) {
1384 if (Bootstrap.isCallable(toString)) {
H A DNativeObject.java534 if (Bootstrap.isCallable(toString)) {
H A DNativeDate.java876 if (Bootstrap.isCallable(func)) {
H A DNativeString.java734 if (Bootstrap.isCallable(replacement)) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSONFunctions.java93 if (Bootstrap.isCallable(reviver)) {
H A DListAdapter.java201 if(!(Bootstrap.isCallable(fn))) {
H A DScriptRuntime.java443 if (Bootstrap.isCallable(next)) {
H A DScriptFunction.java907 if (Bootstrap.isCallable(args[1])) {
1120 assert appliedRequest != null; // Bootstrap.isCallable() returned true for args[1], so it must produce a linkage.
H A DJSType.java305 return Bootstrap.isCallable(obj) ? JSType.FUNCTION : JSType.OBJECT;
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBootstrap.java151 public static boolean isCallable(final Object obj) { method in class:Bootstrap
392 } else if (isCallable(callable)) {

Completed in 153 milliseconds