Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Tags: jsdoc3/rhino

Tags

Rhino1_7R4_RELEASE

Toggle Rhino1_7R4_RELEASE's commit message
Rhino 1.7R4 release

Rhino1_7R3_RELEASE

Toggle Rhino1_7R3_RELEASE's commit message
Set prototype and parent scope for JavaAdapters extending ScriptableO…

…bject.

head

Toggle head's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixes for some obvious FindBugs-discovered inefficiencies

BEFORE_AST

Toggle BEFORE_AST's commit message
The pass that tries to put locals into java registers as doubles was …

…not functioning properly for values called as functions. Test case:

function f(tree, callback) {
 callback();
  f(tree, callback);
  }

Rhino1_6R6_RELEASE

Toggle Rhino1_6R6_RELEASE's commit message
Switch to __javaObject__ in the hope that it can be used more general…

…ly in the

future.

RHINO_2007_02_05_08_30

Toggle RHINO_2007_02_05_08_30's commit message
Import of HEAD before big E4X merge

Rhino1_6R5_RELEASE

Toggle Rhino1_6R5_RELEASE's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Prepare for releasing 1.6R5

Rhino1_6R4_RELEASE

Toggle Rhino1_6R4_RELEASE's commit message
Changes for Rhino 1.6R4.

Rhino1_6R3_RELEASE

Toggle Rhino1_6R3_RELEASE's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix for #343976

JS_1_7_ALPHA_MERGE

Toggle JS_1_7_ALPHA_MERGE's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bugfix for #321938: Credited patch author