Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h405 # define V8_DEPRECATE_SOON(message) [[deprecated(message)]] macro
407 # define V8_DEPRECATE_SOON(message) macro
416 # define V8_ENUM_DEPRECATE_SOON(message) V8_DEPRECATE_SOON(message)
Dv8.h1657 V8_DEPRECATE_SOON(
1842 V8_DEPRECATE_SOON(
1949 V8_DEPRECATE_SOON("Use ScriptCompiler::StartStreamingScript instead.")
3455 V8_DEPRECATE_SOON("Use Symbol::Description()")
5288 V8_DEPRECATE_SOON(
5337 V8_DEPRECATE_SOON(
5365 V8_DEPRECATE_SOON(
5376 V8_DEPRECATE_SOON("This will be removed together with IsExternal.")
5387 V8_DEPRECATE_SOON("Use GetBackingStore. See http://crbug.com/v8/9908.")
5771 V8_DEPRECATE_SOON(
[all …]
/external/v8/include/libplatform/
Dlibplatform.h87 V8_DEPRECATE_SOON("Access the DefaultPlatform directly")
/external/v8/
DBUILD.gn57 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.