Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 24, 2023
1 parent c48cfa5 commit 11aabc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions src/org/mozilla/javascript/NativeReflect.java
Original file line number Diff line number Diff line change
Expand Up @@ -401,16 +401,4 @@ private static ScriptableObject checkTarget(Object[] args) {
}
return ScriptableObject.ensureScriptableObject(args[0]);
}

private void defineProperty(
Scriptable scope,
String name,
int length,
Callable target,
int attributes,
int propertyAttributes) {
LambdaFunction f = new LambdaFunction(scope, name, length, target);
f.setStandardPropertyAttributes(propertyAttributes);
defineProperty(name, f, attributes);
}
}
2 changes: 1 addition & 1 deletion testsrc/test262.properties
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ built-ins/isNaN 8/16 (50.0%)

~built-ins/IteratorPrototype

built-ins/JSON 28/140 (20.0%)
built-ins/JSON 27/140 (19.29%)
parse/builtin.js
parse/revived-proxy.js
parse/reviver-array-define-prop-err.js
Expand Down

0 comments on commit 11aabc5

Please sign in to comment.