Uses of Interface org.apache.bsf.debug.jsdi.JsObject

Uses in package org.apache.bsf.engines.javascript

Classes implementing org.apache.bsf.debug.jsdi.JsObject

class
Insert the type's description here.

Methods with parameter type org.apache.bsf.debug.jsdi.JsObject

void
JsObjectStub.define(String propertyName, JsObject value, int attributes)
boolean
The instanceof operator.
void
Set the prototype of the object.
void
Set the prototype of the object.

Methods with return type org.apache.bsf.debug.jsdi.JsObject

JsObject
JsContextStub.bind(String id)
JsObject
Any execution in JavaScript happen with respect to a global object, sort of the top-level name space for properties.
JsObject
JsObject
Get the prototype of the object.
JsObject
Scope of a context.
JsObject
The scope is for supporting two things.
JsObject
JsObject
As per ECMA specification, each JavaScript execution defines a unique object for the undefined value.
JsObject

Uses in package org.apache.bsf.debug.meta

Classes implementing org.apache.bsf.debug.jsdi.JsObject

class
class

Methods with parameter type org.apache.bsf.debug.jsdi.JsObject

boolean
The instanceof operator.
void
Set the prototype of the object.
void
Set the prototype of the object.

Methods with return type org.apache.bsf.debug.jsdi.JsObject

JsObject
JsContextStub.bind(String id)
JsObject
Any execution in JavaScript happen with respect to a global object, sort of the top-level name space for properties.
JsObject
Get the prototype of the object.
JsObject
JsObject
The scope is for supporting two things.
JsObject
JsObject
As per ECMA specification, each JavaScript execution defines a unique object for the undefined value.

Uses in package org.apache.bsf.debug.jsdi

Methods with parameter type org.apache.bsf.debug.jsdi.JsObject

Object
JsFunction.call(JsContext cx, JsObject scope, JsObject thisObj, Object[] args)
Call the function.
JsObject
JsFunction.construct(JsContext cx, JsObject scope, Object[] args)
Call the function as a constructor.
Object
Execute the script.
boolean
The instanceof operator.
void
Set the prototype of the object.
void
Set the prototype of the object.

Methods with return type org.apache.bsf.debug.jsdi.JsObject

JsObject
JsContext.bind(String id)
JsObject
JsFunction.construct(JsContext cx, JsObject scope, Object[] args)
Call the function as a constructor.
JsObject
Any execution in JavaScript happen with respect to a global object, sort of the top-level name space for properties.
JsObject
Get the prototype of the object.
JsObject
Scope of a context.
JsObject
The scope is for supporting two things.
JsObject
JsObject
As per ECMA specification, each JavaScript execution defines a unique object for the undefined value.