Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h325 #define V8_DEPRECATED(message, declarator) \ macro
328 #define V8_DEPRECATED(message, declarator) \ macro
331 #define V8_DEPRECATED(message, declarator) __declspec(deprecated) declarator macro
333 #define V8_DEPRECATED(message, declarator) declarator macro
Dv8-profiler.h335 V8_DEPRECATED("Use static CollectSample(Isolate*) instead.",
341 V8_DEPRECATED("Use Isolate::SetIdle(bool) instead.",
891 V8_DEPRECATED(
896 V8_DEPRECATED(
900 V8_DEPRECATED(
Dv8.h1129 V8_DEPRECATED("Use Isolate version",
1131 V8_DEPRECATED("Use Isolate version", Local<Primitive> Get(int index));
1836 V8_DEPRECATED("Use Isolate version",
2546 inline V8_DEPRECATED("Use maybe version", Local<Boolean> ToBoolean() const);
2547 inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
2548 inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
2549 inline V8_DEPRECATED("Use maybe version", Local<Integer> ToInteger() const);
2566 V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
2567 V8_DEPRECATED("Use maybe version", double NumberValue() const);
2568 V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
[all …]
/external/v8/gypfiles/
Dfeatures.gypi63 # Enable compiler warnings when using V8_DEPRECATED apis.
/external/v8/
DBUILD.gn41 # Enable compiler warnings when using V8_DEPRECATED apis.
DChangeLog44033 Removed all stuff marked as V8_DEPRECATED.