Lines Matching defs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
297 // if not belongs to my global scope, return false
458 * @param key the property to be deleted
541 * @param all True if to include non-enumerable keys.
629 * Utility to check if given object is ECMAScript undefined value
631 * @param obj object to check
639 * Utility to convert this script object to the given type.
641 * @param <T> destination type to convert to
642 * @param type destination type to convert to
645 public <T> T to(final Class<T> type) {
657 * @param obj object to be wrapped/converted
658 * @param homeGlobal global to which this object belongs.
671 * @param obj object to be wrapped/converted
672 * @param homeGlobal global to which this object belongs.
682 * @param obj object to be wrapped/converted
683 * @param homeGlobal global to which this object belongs.
704 // Since choosing JSON compatible representation is an explicit decision on user's part, if we're asked to
734 * @param obj object to be unwrapped
735 * @param homeGlobal global to which this object belongs
750 * Wrap an array of object to script object mirrors if needed.
752 * @param args array to be unwrapped
753 * @param homeGlobal global to which this object belongs
781 * @param args array to be unwrapped
782 * @param homeGlobal global to which this object belongs
800 * Are the given objects mirrors to same underlying object?
874 * @param key the key to check
905 // We're catching ECMAException (likely TypeError), and translating it to