Shaka Player Embedded
Namespaces | Functions
js_utils.cc File Reference
#include "src/mapping/js_utils.h"
#include <memory>
#include "src/core/js_manager_impl.h"
#include "src/core/task_runner.h"
#include "src/mapping/js_engine.h"

Go to the source code of this file.

Namespaces

 shaka
 

Functions

ReturnVal< JsValue > shaka::GetDescendant (Handle< JsObject > root, const std::vector< std::string > &names)
 
void shaka::HandleNetworkFuture (Promise promise, std::future< optional< Error >> future, std::function< void()> on_done)