Home
last modified time | relevance | path

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

/ide/tools/previewer/jsapp/
DJsApp.h42 void SetJSHeapSize(uint32_t size);
DJsApp.cpp130 void JsApp::SetJSHeapSize(uint32_t size) in SetJSHeapSize() function in JsApp
/ide/tools/previewer/
DThinPreviewer.cpp78 JsAppImpl::GetInstance().SetJSHeapSize(parser.GetJsHeapSize()); in InitJsApp()