Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h343 #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
Dv8.h1111 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 …]
Dv8-profiler.h204 V8_DEPRECATE_SOON(
/external/v8/gypfiles/
Dfeatures.gypi66 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
/external/v8/
DBUILD.gn32 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.