Searched refs:V8_DEPRECATE_SOON (Results 1 – 3 of 3) sorted by relevance
/external/v8/include/ |
D | v8config.h | 353 #define V8_DEPRECATE_SOON(message, declarator) \ macro 356 #define V8_DEPRECATE_SOON(message, declarator) \ macro 359 #define V8_DEPRECATE_SOON(message, declarator) __declspec(deprecated) declarator macro 361 #define V8_DEPRECATE_SOON(message, declarator) declarator macro
|
D | v8.h | 1107 static V8_DEPRECATE_SOON( 1115 static Local<Script> V8_DEPRECATE_SOON("Use maybe version", 1124 V8_DEPRECATE_SOON("Use maybe version", Local<Value> Run()); 1423 static V8_DEPRECATE_SOON("Use maybe version", 1448 V8_DEPRECATE_SOON("Use maybe version", Local<String> GetSourceLine() const); 1474 V8_DEPRECATE_SOON("Use maybe version", int GetLineNumber() const); 1493 V8_DEPRECATE_SOON("Use maybe version", int GetStartColumn() const); 1981 V8_DEPRECATE_SOON("Use maybe version", 1983 V8_DEPRECATE_SOON("Use maybe version", 1985 V8_DEPRECATE_SOON("Use maybe version", [all …]
|
/external/v8/build/ |
D | features.gypi | 64 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
|