nashorn/test/script/basic/JDK-8011578.js.EXPECTED
author thartmann
Mon, 02 Jun 2014 08:07:29 +0200
changeset 24923 9631f7d691dc
parent 17234 7eda96a52c27
permissions -rw-r--r--
8034812: remove IDX_INIT macro hack in Node class Summary: The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly. Reviewed-by: kvn, jrose, iveresov, goetz
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17234
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     1
o.foo = 33
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     2
o.foo = 44
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     3
o.foo = 3
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     4
o.foo = hello
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     5
obj1.func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     6
obj2.func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     7
no such method: func
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     8
obj4's prototype func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
     9
MyConstructor.prototype.func
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    10
MyConstructor.prototype.func
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    11
obj1.func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    12
obj2.func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    13
new obj3.func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    14
new obj4.func called
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    15
all new MyConstructor.prototype.func
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    16
all new MyConstructor.prototype.func
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    17
obj.__noSuchProperty__ for foo
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    18
new obj.__noSuchProperty__ for foo
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    19
proto.__noSuchProperty__ for foo
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    20
new proto.__noSuchProperty__ for foo
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    21
find
7eda96a52c27 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey
parents:
diff changeset
    22
find