| Index: test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js
|
| diff --git a/test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js b/test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b5abd32c8e794174acc56b9c041856ce841e43fb
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js
|
| @@ -0,0 +1,7 @@
|
| +// Copyright 2014 the V8 project authors. All rights reserved.
|
| +// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
| +// Flags: --allow-natives-syntax --harmony
|
| +var _object_info = new Object();
|
| +var _change_type = "foo";
|
| +var _change_fn = function() {};
|
| +%ObjectNotifierPerformChangeInObjectContext(_object_info, _change_type, _change_fn);
|
|
|