Flutter Engine
The Flutter Engine
|
#include "vm/scopes.h"
#include "vm/compiler/backend/slot.h"
#include "vm/kernel.h"
#include "vm/object.h"
#include "vm/object_store.h"
#include "vm/stack_frame.h"
#include "vm/symbols.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Functions | |
dart::DEFINE_FLAG (bool, share_enclosing_context, true, "Allocate captured variables in the existing context of an " "enclosing scope (up to innermost loop) and spare the allocation " "of a local context.") | |