Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-debug.h160 V8_DEPRECATED("Use version with an Isolate",
177 V8_DEPRECATED("Use version with an Isolate",
202 static V8_DEPRECATED("Use maybe version",
213 static V8_DEPRECATED("Use maybe version",
250 V8_DEPRECATED("Use version with an Isolate",
261 V8_DEPRECATED("Use version with an Isolate",
Dv8.h428 V8_INLINE V8_DEPRECATED("use indexed version",
432 V8_INLINE V8_DEPRECATED("use indexed version",
559 V8_INLINE V8_DEPRECATED(
565 V8_INLINE V8_DEPRECATED(
577 V8_INLINE V8_DEPRECATED(
1321 static V8_DEPRECATED("Use maybe version",
1340 static V8_DEPRECATED(
1370 static V8_DEPRECATED("Use maybe version",
1500 V8_DEPRECATED("Use maybe version", int GetEndColumn() const);
1669 static V8_DEPRECATED("Use maybe version",
[all …]
Dv8config.h338 #define V8_DEPRECATED(message, declarator) \ macro
341 #define V8_DEPRECATED(message, declarator) \ macro
344 #define V8_DEPRECATED(message, declarator) __declspec(deprecated) declarator macro
346 #define V8_DEPRECATED(message, declarator) declarator macro
/external/v8/build/
Dfeatures.gypi61 # Enable compiler warnings when using V8_DEPRECATED apis.
/external/v8/
DChangeLog8002 Removed all stuff marked as V8_DEPRECATED.