Searched refs:hiViewObj (Results 1 – 1 of 1) sorted by relevance
2850 shared_ptr<JsValue> hiViewObj = runtime_->NewObject(); in RegisterHiViewModule() local2851 hiViewObj->SetProperty(runtime_, "report", runtime_->NewFunction(JsHiViewReport)); in RegisterHiViewModule()2854 global->SetProperty(runtime_, "hiView", hiViewObj); in RegisterHiViewModule()