Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
native_entry.cc File Reference
#include "vm/native_entry.h"
#include "include/dart_api.h"
#include "vm/bootstrap.h"
#include "vm/code_patcher.h"
#include "vm/dart_api_impl.h"
#include "vm/dart_api_state.h"
#include "vm/heap/safepoint.h"
#include "vm/native_symbol.h"
#include "vm/object_store.h"
#include "vm/reusable_handles.h"
#include "vm/stack_frame.h"
#include "vm/symbols.h"
#include "vm/tags.h"

Go to the source code of this file.

Namespaces

namespace  dart
 

Functions

void dart::DartNativeThrowTypeArgumentCountException (int num_type_args, int num_type_args_expected)
 
void dart::DartNativeThrowArgumentException (const Instance &instance)
 
static NativeFunction dart::ResolveNativeFunction (Zone *zone, const Function &func, bool *is_bootstrap_native, bool *is_auto_scope)