Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: test/test262/harness-agent.js

Issue 2733843002: test262 roll (Closed)
Patch Set: in a comment, s/gn/gyp Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/test262/harness-adapt.js ('k') | test/test262/list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/harness-agent.js
diff --git a/test/test262/harness-agent.js b/test/test262/harness-agent.js
index c141fe287ae668bdf0e9556ad33d598df79957df..f4be74893a8efb22b81af38d9a508a3c5f87190a 100644
--- a/test/test262/harness-agent.js
+++ b/test/test262/harness-agent.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-$.agent = (function () {
+$262.agent = (function () {
var workers = [];
var i32a = null;
@@ -48,7 +48,7 @@ function workerScript(script) {
}
};
- var $ = {
+ var $262 = {
agent: {
receiveBroadcast(receiver) {
pendingReceiver = receiver;
« no previous file with comments | « test/test262/harness-adapt.js ('k') | test/test262/list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698