Home
last modified time | relevance | path

Searched refs:V8_DEPRECATE_SOON (Results 1 – 6 of 6) sorted by relevance

/external/v8/include/
Dv8config.h340 #define V8_DEPRECATE_SOON(message, declarator) \ macro
343 #define V8_DEPRECATE_SOON(message, declarator) \ macro
346 #define V8_DEPRECATE_SOON(message, declarator) __declspec(deprecated) declarator macro
348 #define V8_DEPRECATE_SOON(message, declarator) declarator macro
Dv8.h678 V8_DEPRECATE_SOON(
692 V8_DEPRECATE_SOON("See MarkIndependent.",
1966 static V8_DEPRECATE_SOON("Use the maybe version taking context",
2068 V8_DEPRECATE_SOON("Use Release()", std::vector<uint8_t> ReleaseBuffer());
2089 V8_DEPRECATE_SOON("Use Delegate::GetSharedArrayBufferId",
2533 V8_DEPRECATE_SOON("Use maybe version",
2535 V8_DEPRECATE_SOON("Use maybe version",
2537 V8_DEPRECATE_SOON("Use maybe version",
2539 V8_DEPRECATE_SOON("Use maybe version",
2541 V8_DEPRECATE_SOON("Use maybe version",
[all …]
Dv8-profiler.h190 V8_DEPRECATE_SOON(
/external/v8/include/libplatform/
Dlibplatform.h44 V8_PLATFORM_EXPORT V8_DEPRECATE_SOON(
82 V8_PLATFORM_EXPORT V8_DEPRECATE_SOON(
/external/v8/gypfiles/
Dfeatures.gypi66 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
/external/v8/
DBUILD.gn44 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.