File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
#define V8_MAJOR_VERSION 5
12
12
#define V8_MINOR_VERSION 0
13
13
#define V8_BUILD_NUMBER 71
14
- #define V8_PATCH_LEVEL 24
14
+ #define V8_PATCH_LEVEL 25
15
15
16
16
// Use 1 for candidates and 0 otherwise.
17
17
// (Boolean macro values are not supported by all preprocessors.)
Original file line number Diff line number Diff line change @@ -2679,10 +2679,10 @@ class V8_EXPORT Object : public Value {
2679
2679
V8_DEPRECATED("Use CreateDataProperty / DefineOwnProperty",
2680
2680
bool ForceSet(Local<Value> key, Local<Value> value,
2681
2681
PropertyAttribute attribs = None));
2682
- V8_DEPRECATED ("Use CreateDataProperty / DefineOwnProperty",
2683
- Maybe<bool> ForceSet(Local<Context> context, Local<Value> key ,
2684
- Local<Value> value,
2685
- PropertyAttribute attribs = None));
2682
+ V8_DEPRECATE_SOON ("Use CreateDataProperty / DefineOwnProperty",
2683
+ Maybe<bool> ForceSet(Local<Context> context,
2684
+ Local<Value> key, Local<Value> value,
2685
+ PropertyAttribute attribs = None));
2686
2686
2687
2687
V8_DEPRECATE_SOON("Use maybe version", Local<Value> Get(Local<Value> key));
2688
2688
V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
You can’t perform that action at this time.
0 commit comments