Lines Matching full:macro
1670 (WTF::): redefine pageheap macro in terms of getPageHeap().
1671 (WTF::getPageHeap): new inline function, helper for pageheap macro. This hides the cast in a union.
3271 The CRASH macro will also hook into CrashReporter, which will tell us if
4551 * wtf/Platform.h: Add ENABLE() macro similar to HAVE() and USE(), to
4606 * wtf/Assertions.h: add COMPILE_ASSERT macro for compile-time assertions
4777 the macro to use a label incorporating the number. Changed the RRETURN macro to
6237 This is a mo' better fix for ensuring we don't use macro definitions
6513 * kjs/identifier.h: added caller property macro
7676 we use -Wshorten-64-to-32. Adds an INT_CAST macro that ASSERTs
11562 * kxmlcore/unicode/UnicodeCategory.h: Renamed include guard macro to match file name.
12370 (1) Added the KJS_DEFINE_PROTOTYPE_WITH_PROTOTYPE macro. The
12371 class definiton macro needs to know about the prototype's prototype so
12373 (2) Removed the KJS_IMPLEMENT_PROTOTYPE_WITH_PARENT macro. The class
12374 implementation macro does not need to know about the prototype's
12990 * kxmlcore/FastMalloc.cpp: Changed MESSAGE macro to use LOG_ERROR.
13554 (valueForReadModifyAssignment): Use ALWAYS_INLINE macro.
13561 * kjs/object.cpp: (KJS::tryGetAndCallProperty): Use ALWAYS_INLINE macro.
13562 * kxmlcore/FastMalloc.cpp: Change to use ALWAYS_INLINE macro from AlwaysInline.h
15182 simple_number.h can still get the ALWAYS_INLINE macro.
16141 macro to read through them. In UTF16 mode, GETCHARINC expects UTF16
16932 get rid of the conflict in handling of if and else. Also used a macro to
16947 that's now done solely by the KJS_CHECKEXCEPTION macro.
17575 win portability: fix IS_NEGATIVE_ZERO macro in simple_number.h
17580 (KJS::SimpleNumber::fits): Use inline isNegativeZero instead of macro IS_NEGATIVE_ZERO.
17698 * kjs/date_object.cpp: Fix broken copysign macro.
17699 * kjs/dtoa.cpp: Move macro definitions down after all header includes.
17746 * kjs/internal.h: Define a KJS_MULTIPLE_THREADS macro on non-Win32 only. Later we can make this
19498 - remove uses of Mac-OS-X-specific MAX macro
19781 sense for this macro to use the name tryCall anyway, since that's specific to how
19783 for KDOM or KSVG, in which case we'll need another macro for them, since JavaScriptCore
21116 macro to give a class custom operator new/delete
22693 list of supported identifiers (a macro).