-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.7.6
-
Component/s: JavaScript
-
None
-
Environment:Linux (Clang 3.5)
-
ALL
-
Platform 8 08/28/15
Found in both versions of V8 in various places:
This ticket is to track the error in the third party code, there is a similar ticket (SERVER-15182) to track it in our code:
src/third_party/v8-3.25/src/spaces.h:961:9: warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to false [-Wtautological-undefined-compare] if (this == NULL || code_range_ == NULL) return false; ^~~~ ~~~~