Home
last modified time | relevance | path

Searched refs:V8_DEPRECATED (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/include/
Dv8config.h325 # define V8_DEPRECATED(message, declarator) \ macro
328 # define V8_DEPRECATED(message, declarator) \ macro
331 # define V8_DEPRECATED(message, declarator) __declspec(deprecated) declarator macro
333 # define V8_DEPRECATED(message, declarator) declarator macro
Dv8-profiler.h152 V8_DEPRECATED("Use StartProfiling",
163 V8_DEPRECATED("Use StopProfiling",
255 V8_DEPRECATED("Use GetShallowSize instead",
Dv8.h1009 V8_DEPRECATED("Use GetUnboundScript()->GetId()",
/external/chromium_org/v8/build/
Dfeatures.gypi59 # Enable compiler warnings when using V8_DEPRECATED apis.
/external/chromium_org/v8/
DChangeLog1918 Removed all stuff marked as V8_DEPRECATED.