| Index: test/mjsunit/runtime-gen/objectobserveinobjectcontext.js
|
| diff --git a/test/mjsunit/runtime-gen/objectobserveinobjectcontext.js b/test/mjsunit/runtime-gen/objectobserveinobjectcontext.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..55993c85a1c9efc718be617500dcc468c9bf6ae5
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/objectobserveinobjectcontext.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 = new Object();
|
| +var _callback = function() {};
|
| +var _accept = new Object();
|
| +%ObjectObserveInObjectContext(_object, _callback, _accept);
|
|
|