Flutter Engine
The Flutter Engine
|
#include "platform/assert.h"
#include "vm/bootstrap_natives.h"
#include "vm/exceptions.h"
#include "vm/native_entry.h"
#include "vm/object.h"
#include "vm/object_graph_copy.h"
Go to the source code of this file.
Namespaces | |
namespace | dart |
Functions | |
dart::DEFINE_NATIVE_ENTRY (GrowableList_allocate, 0, 2) | |
dart::DEFINE_NATIVE_ENTRY (GrowableList_setIndexed, 0, 3) | |
dart::DEFINE_NATIVE_ENTRY (GrowableList_getLength, 0, 1) | |
dart::DEFINE_NATIVE_ENTRY (GrowableList_getCapacity, 0, 1) | |
dart::DEFINE_NATIVE_ENTRY (GrowableList_setLength, 0, 2) | |
dart::DEFINE_NATIVE_ENTRY (GrowableList_setData, 0, 2) | |
dart::DEFINE_NATIVE_ENTRY (Internal_makeListFixedLength, 0, 1) | |
dart::DEFINE_NATIVE_ENTRY (Internal_makeFixedListUnmodifiable, 0, 1) | |