Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 972359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:06:44+00:00 2026-05-16T03:06:44+00:00

I am calling a JavaScript function using the rhino API: Function fct = context.compileFunction(scope,

  • 0

I am calling a JavaScript function using the rhino API:

Function fct = context.compileFunction(scope, script, "script", 1, null);
Scriptable result = (Scriptable) fct.call(
            context, scope, attrs, new Object[0]);
Object obj = result.get("objectClass", result);

Now, how can I test if the value of the “objectClass” property is an array?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T03:06:44+00:00Added an answer on May 16, 2026 at 3:06 am

    This might give you some idea: Declare a function to determine whether an object is an array and call that function passing your object.

    engine.eval("function isArray(obj) {" +
                    "  return obj.constructor == Array;" +
                    "}");
    Object obj = engine.eval("[1,2,3,4]");
    Invocable invocableEngine = (Invocable) engine;
    System.out.println(invocableEngine.invokeFunction("isArray", obj)); //true
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: calling ASP function from javascript okay running this code : <script type=text/javascript>
I'm calling out to javascript from a SL component using the HtmlPage.Window.Invoke api, when
I want to calling a javascript function from a asp.net modal window using vb.
In my page, I'm using a javascript function <script> function redirect(){ window.location=hurray.php; } </script>
This is related to a question I've asked previously: Calling Javascript function after loading
I am calling a Javascript function in my html page from a Flash movie
Here i am calling a javascript function on a button click and i need
I'm calling the JavaScript function onsubmit of form but form has submit before finished
I have a javascript function for checking errors which I am calling on OnClicentClick
I'm calling a utility called Highslide in a javascript function. Embedding the whole thing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.