Searched defs:dart_handle (Results 1 – 2 of 2) sorted by relevance
50 auto dart_handle = closure.value(); in InvokeDartClosure() local65 auto dart_handle = function.value(); in InvokeDartFunction() local
46 explicit ByteDataScope(Dart_Handle dart_handle) : dart_handle_(dart_handle) { in ByteDataScope()65 Dart_Handle dart_handle() const { return dart_handle_; } in dart_handle() function in zircon::dart::__anon9d0210a40111::ByteDataScope