Searched refs:ParseIntParams (Results 1 – 1 of 1) sorted by relevance
849 int32_t ParseIntParams(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& arg, const … in ParseIntParams() function1329 int32_t width = ParseIntParams(runtime, arg, "width"); in JsHandleOffscreenCanvas()1330 int32_t height = ParseIntParams(runtime, arg, "height"); in JsHandleOffscreenCanvas()