Searched refs:V8_DEPRECATE_SOON (Results 1 – 5 of 5) sorted by relevance
/external/v8/include/ |
D | v8config.h | 343 #define V8_DEPRECATE_SOON(message, declarator) \ macro 346 #define V8_DEPRECATE_SOON(message, declarator) \ macro 349 #define V8_DEPRECATE_SOON(message, declarator) __declspec(deprecated) declarator macro 351 #define V8_DEPRECATE_SOON(message, declarator) declarator macro
|
D | v8.h | 1111 static V8_DEPRECATE_SOON( 1119 static Local<Script> V8_DEPRECATE_SOON("Use maybe version", 1128 V8_DEPRECATE_SOON("Use maybe version", Local<Value> Run()); 1428 static V8_DEPRECATE_SOON("Use maybe version", 1453 V8_DEPRECATE_SOON("Use maybe version", Local<String> GetSourceLine() const); 1479 V8_DEPRECATE_SOON("Use maybe version", int GetLineNumber() const); 1503 V8_DEPRECATE_SOON("Use maybe version", int GetStartColumn() const); 1680 static V8_DEPRECATE_SOON("Use the maybe version taking context", 1776 V8_DEPRECATE_SOON("Use Release()", std::vector<uint8_t> ReleaseBuffer()); 1797 V8_DEPRECATE_SOON("Use Delegate::GetSharedArrayBufferId", [all …]
|
D | v8-profiler.h | 204 V8_DEPRECATE_SOON(
|
/external/v8/gypfiles/ |
D | features.gypi | 66 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
|
/external/v8/ |
D | BUILD.gn | 32 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
|