Home
last modified time | relevance | path

Searched refs:get_subresource_location (Results 1 – 2 of 2) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/
H A Demcc.py2765 js = js.replace(replacement_string, shared.JS.get_subresource_location(target))
2883 ''' % shared.JS.get_subresource_location(proxy_worker_filename)) + worker_js + '''
2912 ''' % shared.JS.get_subresource_location(memfile)) + script.inline
2934 ''' % (shared.JS.get_subresource_location(wasm_binary_target), script.inline)
2954 ''' % (script.inline, shared.JS.get_subresource_location(wasm_binary_target) + '.js')
3049 proxy_worker_filename = shared.JS.get_subresource_location(js_target)
/dports/devel/emscripten/emscripten-2.0.3/tools/
H A Dshared.py1125 def get_subresource_location(path, data_uri=None): member in JS