Flutter Engine
The Flutter Engine
Namespaces | Macros | Functions
json_stream.cc File Reference
#include "platform/assert.h"
#include "include/dart_native_api.h"
#include "platform/unicode.h"
#include "vm/dart_entry.h"
#include "vm/debugger.h"
#include "vm/heap/safepoint.h"
#include "vm/json_stream.h"
#include "vm/message.h"
#include "vm/metrics.h"
#include "vm/object.h"
#include "vm/service.h"
#include "vm/service_event.h"
#include "vm/timeline.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Macros

#define PRIVATE_NAME_CHECK()    if (!IsAllowableKey(name) || ignore_object_depth_ > 0) return
 

Functions

 dart::DECLARE_FLAG (bool, trace_service)
 
static const char * dart::GetJSONRpcErrorMessage (intptr_t code)
 
static void dart::PrintRequest (JSONObject *obj, JSONStream *js)
 
static void dart::Finalizer (void *isolate_callback_data, void *buffer)
 

Macro Definition Documentation

◆ PRIVATE_NAME_CHECK

#define PRIVATE_NAME_CHECK ( )     if (!IsAllowableKey(name) || ignore_object_depth_ > 0) return

Definition at line 376 of file json_stream.cc.