2014-05-08 13:11:59 +00:00
|
|
|
// Copyright 2014 the V8 project authors. All rights reserved.
|
|
|
|
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
2014-08-08 09:58:19 +00:00
|
|
|
// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
2014-05-08 13:11:59 +00:00
|
|
|
var _break_id = 32;
|
|
|
|
try {
|
|
|
|
%GetFrameCount(_break_id);
|
|
|
|
} catch(e) {}
|