| 61 | {"requestAnimationFrame.js", {k_requestAnimationFrame, arraysize(k_requestAnimationFrame) - 1}}, // NOLINT |
| 62 | }; |
| 63 | const NativeSourceCode GetNativeSourceCode(const std::string& filename) { |
| 64 | const auto it = global_base_js_source_map.find(filename); |
| 65 | return it != global_base_js_source_map.cend() ? it->second : NativeSourceCode{}; |
| 66 | } |
| 67 | } // namespace hippy |
no outgoing calls
no test coverage detected