Changeset 184032 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- May 8, 2015, 5:18:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r183935 r184032 2 2 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 3 3 * Copyright (C) 2001 Peter Kelly ([email protected]) 4 * Copyright (C) 2003 , 2004, 2005, 2006, 2007, 2008, 2009, 2012, 2013, 2014Apple Inc. All rights reserved.4 * Copyright (C) 2003-2009, 2012-2015 Apple Inc. All rights reserved. 5 5 * 6 6 * This library is free software; you can redistribute it and/or … … 1558 1558 JSC_NATIVE_INTRINSIC_FUNCTION(jsName, cppName, (attributes), (length), NoIntrinsic) 1559 1559 1560 // Identical helpers but for builtins. Note that currently, we don't support builtins that are 1561 // also intrinsics, but we probably will do that eventually. 1562 #define JSC_BUILTIN_FUNCTION(jsName, generatorName, attributes) \ 1563 putDirectBuiltinFunction(\ 1564 vm, globalObject, makeIdentifier(vm, (jsName)), (generatorName)(vm), (attributes)) 1565 1560 1566 } // namespace JSC 1561 1567
Note:
See TracChangeset
for help on using the changeset viewer.