commit | d91b9f7d46489a9ee00f9cb415630299c76a502b | [log] [tgz] |
---|---|---|
author | Leon Clarke <leonclarke@google.com> | Wed Jan 27 17:25:45 2010 +0000 |
committer | Leon Clarke <leonclarke@google.com> | Wed Jan 27 17:31:21 2010 +0000 |
tree | 741552f95883bb7461cf7c1d36335cef68804a5b | |
parent | eab96aab0834f21954b5d6aa6366bcfb348ed811 [diff] [blame] |
Merge from v8 at revision 3723
diff --git a/src/macros.py b/src/macros.py index 1e436a0..c160b49 100644 --- a/src/macros.py +++ b/src/macros.py
@@ -92,6 +92,7 @@ macro IS_SCRIPT(arg) = (%_ClassOf(arg) === 'Script'); macro IS_ARGUMENTS(arg) = (%_ClassOf(arg) === 'Arguments'); macro IS_GLOBAL(arg) = (%_ClassOf(arg) === 'global'); +macro IS_UNDETECTABLE(arg) = (%_IsUndetectableObject(arg)); macro FLOOR(arg) = $floor(arg); # Inline macros. Use %IS_VAR to make sure arg is evaluated only once.