diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-06-29 17:26:51 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-06-29 17:26:51 +0200 |
commit | 33af2720f26c2b25bc7f75ce7eb454ff99db6d35 (patch) | |
tree | 9a38f0c96420edf503eebd6325dd8d2d8249f653 /deps/v8/test/mjsunit/fuzz-natives.js | |
parent | 6afdca885adeeeed9eef8cbb01c3d97af0bc084d (diff) | |
download | node-33af2720f26c2b25bc7f75ce7eb454ff99db6d35.tar.gz |
Upgrade V8 to 3.4.8
Diffstat (limited to 'deps/v8/test/mjsunit/fuzz-natives.js')
-rw-r--r-- | deps/v8/test/mjsunit/fuzz-natives.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/deps/v8/test/mjsunit/fuzz-natives.js b/deps/v8/test/mjsunit/fuzz-natives.js index cefef0a4b..719dc5821 100644 --- a/deps/v8/test/mjsunit/fuzz-natives.js +++ b/deps/v8/test/mjsunit/fuzz-natives.js @@ -1,4 +1,4 @@ -// Copyright 2008 the V8 project authors. All rights reserved. +// Copyright 2011 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: @@ -141,9 +141,11 @@ var knownProblems = { "EnableAccessChecks": true, // These functions should not be callable as runtime functions. - "NewContext": true, + "NewFunctionContext": true, "NewArgumentsFast": true, - "PushContext": true, + "NewStrictArgumentsFast": true, + "PushWithContext": true, + "PushCatchContext": true, "LazyCompile": true, "LazyRecompile": true, "NotifyDeoptimized": true, |