v8/test/mjsunit/strong
adamk 63efda35b3 Remove strong mode support from Scope and Variable
This frees up one bit in FunctionKind, which I plan to make slightly
more syntactic info about functions available in SharedFunctionInfo
(needed for ES2015 Function.name support).

BUG=v8:3956, v8:4760
LOG=n

Review URL: https://codereview.chromium.org/1704223002

Cr-Commit-Position: refs/heads/master@{#34125}
2016-02-18 17:20:13 +00:00
..
arrays.js
class-extend-null.js
class-literals.js
class-object-frozen.js
classes.js
delete.js
destructuring.js
empty-statement.js
equality.js
eval-direct.js
for-in.js [es6] Implement for-of iterator finalization 2016-02-18 10:49:55 +00:00
function-arity.js
functions.js
implicit-conversions-constants.js
implicit-conversions-count.js
implicit-conversions-inlining.js
implicit-conversions.js
literals.js
load-builtins.js
load-element-mutate-backing-store.js
load-element.js
load-property-mutate-backing-store.js
load-property.js
load-proxy.js
load-super.js
mutually-recursive-funcs.js
object-delete.js
object-freeze-property.js
object-set-prototype.js
super.js
switch.js
undefined.js
use-strong.js
var-let-const.js