Home
last modified time | relevance | path

Searched refs:entrypoint_args (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Ddart_isolate.cc485 auto entrypoint_args = tonic::ToDart(args); in Run() local
487 if (!InvokeMainEntrypoint(user_entrypoint_function, entrypoint_args)) { in Run()
516 auto entrypoint_args = tonic::ToDart(args); in RunFromLibrary() local
518 if (!InvokeMainEntrypoint(user_entrypoint_function, entrypoint_args)) { in RunFromLibrary()