Searched refs:ConstructFlowbuf (Results 1 – 2 of 2) sorted by relevance
189 static ErrCode ConstructFlowbuf(napi_env env, napi_value argv, int& fd, size_t& scriptLength);
3437 ErrCode NapiWebviewController::ConstructFlowbuf(napi_env env, napi_value argv, int& fd, size_t& scr… in ConstructFlowbuf() function in OHOS::NWeb::NapiWebviewController3483 ErrCode constructResult = ConstructFlowbuf(env, argv[INTEGER_ZERO], fd, scriptLength); in RunJavaScriptInternalExt()