[][src]Function dart_sys::Dart_EnterScope

pub unsafe extern "C" fn Dart_EnterScope()

Enters a new scope.

All new local handles will be created in this scope. Additionally, some functions may return "scope allocated" memory which is only valid within this scope.

Requires there to be a current isolate.