// Copyright 2019 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_TORQUE_LS_MESSAGE_MACROS_H_ #define V8_TORQUE_LS_MESSAGE_MACROS_H_ namespace v8 { namespace internal { namespace torque { namespace ls { #define JSON_STRING_ACCESSORS(name) … #define JSON_BOOL_ACCESSORS(name) … #define JSON_INT_ACCESSORS(name) … #define JSON_OBJECT_ACCESSORS(type, name) … #define JSON_DYNAMIC_OBJECT_ACCESSORS(name) … #define JSON_ARRAY_OBJECT_ACCESSORS(type, name) … } // namespace ls } // namespace torque } // namespace internal } // namespace v8 #endif // V8_TORQUE_LS_MESSAGE_MACROS_H_